ArenaAllocator.EABlock

Undocumented in source.

struct ArenaAllocator(T, uint blockSize)
struct EABlock {}

Members

Variables

items
T[blockSize] items;

Undocumented in source.

next
EABlock* next;

Undocumented in source.

Meta