aliases to the correct Default allocator depending on how big
the type is. It makes less sense to use a GCChunk allocator
if the type is going to be larger than a page (currently there
is no way to get the page size from the GC, so we assume 4096
bytes). If not more than one unit can fit into a page, then
we use the default GC allocator.
aliases to the correct Default allocator depending on how big the type is. It makes less sense to use a GCChunk allocator if the type is going to be larger than a page (currently there is no way to get the page size from the GC, so we assume 4096 bytes). If not more than one unit can fit into a page, then we use the default GC allocator.