Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/xray/tests/unit/
Dsegmented_array_test.cpp230 alignof(AllocatorType)>::type AllocatorStorage; in TEST() local
231 new (&AllocatorStorage) AllocatorType(1 << 10); in TEST()
232 auto *A = reinterpret_cast<AllocatorType *>(&AllocatorStorage); in TEST()