Home
last modified time | relevance | path

Searched refs:RootAllocator (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/compiler-rt/lib/xray/
Dxray_function_call_trie.h156 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 =
[all …]