Searched refs:AllocatorNode (Results 1 – 1 of 1) sorted by relevance
28 struct AllocatorNode { struct32 AllocatorNode *Next = nullptr; argument36 AllocatorNode *NewHead = new AllocatorNode; in addNode()51 AllocatorNode *Next = Head->Next; in ~ArenaAllocator()111 AllocatorNode *Head = nullptr;