logoalt Hacker News

Maxataryesterday at 8:16 PM0 repliesview on HN

Your knowledge is outdated by about 15 years.

Since C++11 it is permissible to write stateful memory allocators including arena based memory allocators. You can even write memory allocators that are tied to a specific object, so called sticky allocators.