Hacker News new | ask | show | jobs
by meheleventyone 2463 days ago
Linear or stack allocator are other common terms. Just a memory arena where an allocation is just a pointer bump and you free the whole buffer at once by returning the pointer to the start of the arena.