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

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

Completed in 187 milliseconds