GrowingBufferAllocator.Data

Undocumented in source.
struct GrowingBufferAllocator(BASE_TYPE = void*, alias ALLOCATOR = heapAllocator)
struct Data {}

Members

Variables

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

Meta