Searched defs:AllocatorNode (Results 1 – 1 of 1) sorted by relevance
35 struct AllocatorNode { struct in __anonb13743b20111::ArenaAllocator36 uint8_t *Buf = nullptr;37 size_t Used = 0;38 size_t Capacity = 0;39 AllocatorNode *Next = nullptr;