Searched refs:AllocatorNode (Results 1 – 1 of 1) sorted by relevance
27 struct AllocatorNode { struct31 AllocatorNode *Next = nullptr; argument35 AllocatorNode *NewHead = new AllocatorNode; in addNode()50 AllocatorNode *Next = Head->Next; in ~ArenaAllocator()110 AllocatorNode *Head = nullptr;