top | item 41349752

(no title)

lor_louis | 1 year 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.

discuss

order

theusus|1 year ago

References for both?