Searched defs:AllocatorStorage (Results 1 – 2 of 2) sorted by relevance
229 alignas(AllocatorType) std::byte AllocatorStorage[sizeof(AllocatorType)]; in TEST() local
125 static uint8_t AllocatorStorage[kMaxSize]; member 128 alignas(kMaxAlign) uint8_t TestAllocatorStorage::AllocatorStorage[kMaxSize]; member in TestAllocatorStorage