Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/xray/
H A Dxray_function_call_trie.h148 RootAllocatorStorage; member
178 new (&RootAllocatorStorage) in Allocators()
181 reinterpret_cast<RootAllocatorType *>(&RootAllocatorStorage); in Allocators()
199 new (&RootAllocatorStorage) RootAllocatorType(Max); in Allocators()
201 reinterpret_cast<RootAllocatorType *>(&RootAllocatorStorage); in Allocators()
217 internal_memcpy(&RootAllocatorStorage, &O.RootAllocatorStorage, in Allocators()
229 reinterpret_cast<RootAllocatorType *>(&RootAllocatorStorage); in Allocators()
259 new (&RootAllocatorStorage)
262 reinterpret_cast<RootAllocatorType *>(&RootAllocatorStorage);