Searched refs:AllocatorStorage (Results 1 – 1 of 1) sorted by relevance
230 alignof(AllocatorType)>::type AllocatorStorage; in TEST() local231 new (&AllocatorStorage) AllocatorType(1 << 10); in TEST()232 auto *A = reinterpret_cast<AllocatorType *>(&AllocatorStorage); in TEST()