Searched refs:ShadowStackAllocatorType (Results 1 – 1 of 1) sorted by relevance
138 using ShadowStackAllocatorType = ShadowStackArray::AllocatorType; member148 typename std::aligned_storage<sizeof(ShadowStackAllocatorType),149 alignof(ShadowStackAllocatorType)>::type157 ShadowStackAllocatorType *ShadowStackAllocator = nullptr;182 new (&ShadowStackAllocatorStorage) ShadowStackAllocatorType( in Allocators()184 ShadowStackAllocator = reinterpret_cast<ShadowStackAllocatorType *>( in Allocators()202 new (&ShadowStackAllocatorStorage) ShadowStackAllocatorType(Max); in Allocators()220 sizeof(ShadowStackAllocatorType)); in Allocators()268 ShadowStackAllocator->~ShadowStackAllocatorType();271 ShadowStackAllocatorType(std::move(*O.ShadowStackAllocator));[all …]