Home
last modified time | relevance | path

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

/src/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_function_call_trie.h137 using RootAllocatorType = RootArray::AllocatorType; member
144 alignas(RootAllocatorType) std::byte
145 RootAllocatorStorage[sizeof(RootAllocatorType)];
152 RootAllocatorType *RootAllocator = nullptr;
174 RootAllocatorType(B.RootsBuffer.Data, B.RootsBuffer.Size); in Allocators()
176 reinterpret_cast<RootAllocatorType *>(&RootAllocatorStorage); in Allocators()
194 new (&RootAllocatorStorage) RootAllocatorType(Max); in Allocators()
196 reinterpret_cast<RootAllocatorType *>(&RootAllocatorStorage); in Allocators()
213 sizeof(RootAllocatorType)); in Allocators()
224 reinterpret_cast<RootAllocatorType *>(&RootAllocatorStorage); in Allocators()
[all …]