Searched refs:RootAllocatorType (Results 1 – 1 of 1) sorted by relevance
138 using RootAllocatorType = RootArray::AllocatorType; member146 typename std::aligned_storage<sizeof(RootAllocatorType),147 alignof(RootAllocatorType)>::type157 RootAllocatorType *RootAllocator = nullptr;179 RootAllocatorType(B.RootsBuffer.Data, B.RootsBuffer.Size); in Allocators()181 reinterpret_cast<RootAllocatorType *>(&RootAllocatorStorage); in Allocators()199 new (&RootAllocatorStorage) RootAllocatorType(Max); in Allocators()218 sizeof(RootAllocatorType)); in Allocators()257 RootAllocator->~RootAllocatorType();260 RootAllocatorType(std::move(*O.RootAllocator));[all …]