Searched refs:RootAllocatorType (Results 1 – 1 of 1) sorted by relevance
137 using RootAllocatorType = RootArray::AllocatorType; member145 typename std::aligned_storage<sizeof(RootAllocatorType),146 alignof(RootAllocatorType)>::type156 RootAllocatorType *RootAllocator = nullptr;178 RootAllocatorType(B.RootsBuffer.Data, B.RootsBuffer.Size); in Allocators()180 reinterpret_cast<RootAllocatorType *>(&RootAllocatorStorage); in Allocators()198 new (&RootAllocatorStorage) RootAllocatorType(Max); in Allocators()217 sizeof(RootAllocatorType)); in Allocators()256 RootAllocator->~RootAllocatorType();259 RootAllocatorType(std::move(*O.RootAllocator));[all …]