Hacker News new | ask | show | jobs
by enhray 2240 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

Right