FreeListAllocator.Data

Undocumented in source.
struct FreeListAllocator(ALLOCATOR_TYPE, alias ALLOCATOR = heapAllocator)
struct Data {}

Members

Variables

head
Node* head;

First free node

Meta