Allocator

Allocator used by hmod (block allocator with a GC fallback for allcs bigger than block size)

alias Allocator = FallbackAllocator!(HmodBlockAllocator!(32 * 1024), GCAllocator)

Meta