Namespace for a static, thread-local region allocator wrapping the GC.
Allocates a T onto the GC and returns a pointer or class reference to it.
Allocates the size bytes from the GC and returns a slice to it.
Have the calling thread enter the region.
Have the calling thread exit the region.
See Implementation
Namespace for a static, thread-local region allocator wrapping the GC.