Hacker News new | ask | show | jobs
by geezerjay 2614 days ago
C++ includes it's "placement new" feature specifically to cater to the memory pool needs. There's no allocation, and only constructor and destructor calls.