Searched refs:RootAllocatorType (Results 1 – 1 of 1) sorted by relevance
137 using RootAllocatorType = RootArray::AllocatorType; member144 alignas(RootAllocatorType) std::byte145 RootAllocatorStorage[sizeof(RootAllocatorType)];152 RootAllocatorType *RootAllocator = nullptr;174 RootAllocatorType(B.RootsBuffer.Data, B.RootsBuffer.Size); in Allocators()176 reinterpret_cast<RootAllocatorType *>(&RootAllocatorStorage); in Allocators()194 new (&RootAllocatorStorage) RootAllocatorType(Max); in Allocators()196 reinterpret_cast<RootAllocatorType *>(&RootAllocatorStorage); in Allocators()213 sizeof(RootAllocatorType)); in Allocators()224 reinterpret_cast<RootAllocatorType *>(&RootAllocatorStorage); in Allocators()[all …]