Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/compiler-rt/lib/xray/
H A Dxray_function_call_trie.h138 using RootAllocatorType = RootArray::AllocatorType; member
146 typename std::aligned_storage<sizeof(RootAllocatorType),
147 alignof(RootAllocatorType)>::type
157 RootAllocatorType *RootAllocator = nullptr;
179 RootAllocatorType(B.RootsBuffer.Data, B.RootsBuffer.Size); in Allocators()
181 reinterpret_cast<RootAllocatorType *>(&RootAllocatorStorage); in Allocators()
199 new (&RootAllocatorStorage) RootAllocatorType(Max); in Allocators()
218 sizeof(RootAllocatorType)); in Allocators()
257 RootAllocator->~RootAllocatorType();
260 RootAllocatorType(std::move(*O.RootAllocator));
[all …]