RegionAllocator.Data

Undocumented in source.
struct RegionAllocator(BASE_TYPE = void*, size_t BLOCKSIZE = 1024, alias ALLOCATOR = heapAllocator)
struct Data {}

Members

Variables

end
BASE_VALUE_TYPE* end;
Undocumented in source.
ptr
BASE_VALUE_TYPE* ptr;
Undocumented in source.

Meta