GC allocator that creates blocks of non-pointer data (unscanned). This also does not support freeing data, relying on the GC to do so.
Allocate some data
Expand some data
Determine an appropriate size for allocation to hold the given size data
The shared instance
See Implementation
GC allocator that creates blocks of non-pointer data (unscanned). This also does not support freeing data, relying on the GC to do so.