HybridBufferAllocator.Data

Undocumented in source.
struct HybridBufferAllocator(size_t SIZE, BASE_TYPE = ubyte, alias ALLOCATOR = heapAllocator)
struct Data {}

Members

Variables

buffer
BASE_VALUE_TYPE[SIZE] buffer;
end
BASE_VALUE_TYPE* end;
Undocumented in source.
ptr
BASE_VALUE_TYPE* ptr;
Undocumented in source.

Meta