Y
Hacker News
new
|
ask
|
show
|
jobs
by
enhray
2287 days ago
I think it’s the other way around. Instead of redefining operator new() to allocate from an arena, user allocates memory from the arena and then constructs instance there using placement new.
1 comments
winrid
2286 days ago
Right
link