Type of first-class heaps.
A heap can only be used for (re)allocation in the thread that created this heap! Any allocated blocks can be freed by any other thread though.
See Implementation
Type of first-class heaps.
A heap can only be used for (re)allocation in the thread that created this heap! Any allocated blocks can be freed by any other thread though.