Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_function_call_trie.h137 using RootAllocatorType = RootArray::AllocatorType; member
145 typename std::aligned_storage<sizeof(RootAllocatorType),
146 alignof(RootAllocatorType)>::type
156 RootAllocatorType *RootAllocator = nullptr;
178 RootAllocatorType(B.RootsBuffer.Data, B.RootsBuffer.Size); in Allocators()
180 reinterpret_cast<RootAllocatorType *>(&RootAllocatorStorage); in Allocators()
198 new (&RootAllocatorStorage) RootAllocatorType(Max); in Allocators()
217 sizeof(RootAllocatorType)); in Allocators()
256 RootAllocator->~RootAllocatorType();
259 RootAllocatorType(std::move(*O.RootAllocator));
[all …]