Searched refs:ShadowStackAllocatorType (Results 1 – 1 of 1) sorted by relevance
139 using ShadowStackAllocatorType = ShadowStackArray::AllocatorType; member149 typename std::aligned_storage<sizeof(ShadowStackAllocatorType),150 alignof(ShadowStackAllocatorType)>::type158 ShadowStackAllocatorType *ShadowStackAllocator = nullptr;183 new (&ShadowStackAllocatorStorage) ShadowStackAllocatorType( in Allocators()185 ShadowStackAllocator = reinterpret_cast<ShadowStackAllocatorType *>( in Allocators()203 new (&ShadowStackAllocatorStorage) ShadowStackAllocatorType(Max); in Allocators()204 ShadowStackAllocator = reinterpret_cast<ShadowStackAllocatorType *>( in Allocators()221 sizeof(ShadowStackAllocatorType)); in Allocators()230 ShadowStackAllocator = reinterpret_cast<ShadowStackAllocatorType *>( in Allocators()[all …]