Home
last modified time | relevance | path

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

/llvm-project/compiler-rt/lib/xray/tests/unit/
H A Dsegmented_array_test.cpp229 alignas(AllocatorType) std::byte AllocatorStorage[sizeof(AllocatorType)]; in TEST() local
/llvm-project/compiler-rt/lib/scudo/standalone/tests/
H A Dcombined_test.cpp125 static uint8_t AllocatorStorage[kMaxSize]; member
128 alignas(kMaxAlign) uint8_t TestAllocatorStorage::AllocatorStorage[kMaxSize]; member in TestAllocatorStorage