Lines Matching refs:RootAllocator
156 RootAllocatorType *RootAllocator = nullptr; member
179 RootAllocator = in Allocators()
199 RootAllocator = in Allocators()
227 RootAllocator = in Allocators()
235 O.RootAllocator = nullptr; in Allocators()
255 if (RootAllocator)
256 RootAllocator->~RootAllocatorType();
257 if (O.RootAllocator) {
259 RootAllocatorType(std::move(*O.RootAllocator));
260 RootAllocator =
262 O.RootAllocator = nullptr;
264 RootAllocator = nullptr;
297 if (RootAllocator != nullptr) in ~Allocators()
298 RootAllocator->~RootAllocatorType(); in ~Allocators()
331 Roots(*A.RootAllocator), in FunctionCallTrie()