Hacker News new | ask | show | jobs
by lor_louis 655 days ago
A bump allocator can be implemented using atomics, but it does not support freeing individuals elements. I have seen some CAS heaps (linked list like) but I never had to implement them.
1 comments

References for both?