Makes a T using my_allocator, and returns a pointer to it.
Allocates size bytes from my_allocator and returns a slice to it.
Have the calling thread enter the region without changing my_allocator.
Have the calling thread enter the region, and assign a new my_allocator.
Have the calling thread exit the region.
Thread-local reference to the allocator backing the region, defaulting to std.experimental.allocator.processAllocator.
Namespace for a static, thread-local region allocator wrapping an std.experimental.allocator.IAllocator.