Searched refs:AllocatorNode (Results 1 – 1 of 1) sorted by relevance
29 struct AllocatorNode { struct33 AllocatorNode *Next = nullptr; argument37 AllocatorNode *NewHead = new AllocatorNode; in addNode()52 AllocatorNode *Next = Head->Next; in ~ArenaAllocator()116 AllocatorNode *Head = nullptr;