Searched defs:ArenaAllocator (Results 1 – 5 of 5) sorted by relevance
26 inline ArenaAllocator<T>::ArenaAllocator(MemoryPool& memory_pool) : pool(&memory_pool) {} in ArenaAllocator() function30 inline ArenaAllocator<T>::ArenaAllocator(const ArenaAllocator<U>& other) : pool(other.pool) {} in ArenaAllocator() function
36 friend class ArenaAllocator; variable
46 ArenaAllocator() { addNode(AllocUnit); } in ArenaAllocator() function
32 using ArenaAllocator = variable