Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_function_call_trie.h152 RootAllocatorType *RootAllocator = nullptr; member
175 RootAllocator = in Allocators()
195 RootAllocator = in Allocators()
223 RootAllocator = in Allocators()
231 O.RootAllocator = nullptr; in Allocators()
251 if (RootAllocator)
252 RootAllocator->~RootAllocatorType();
253 if (O.RootAllocator) {
255 RootAllocatorType(std::move(*O.RootAllocator));
256 RootAllocator =
[all …]