Searched refs:ShadowStackAllocatorType (Results 1 – 1 of 1) sorted by relevance
138 using ShadowStackAllocatorType = ShadowStackArray::AllocatorType; member146 alignas(ShadowStackAllocatorType) std::byte147 ShadowStackAllocatorStorage[sizeof(ShadowStackAllocatorType)];153 ShadowStackAllocatorType *ShadowStackAllocator = nullptr;178 new (&ShadowStackAllocatorStorage) ShadowStackAllocatorType( in Allocators()180 ShadowStackAllocator = reinterpret_cast<ShadowStackAllocatorType *>( in Allocators()198 new (&ShadowStackAllocatorStorage) ShadowStackAllocatorType(Max); in Allocators()199 ShadowStackAllocator = reinterpret_cast<ShadowStackAllocatorType *>( in Allocators()216 sizeof(ShadowStackAllocatorType)); in Allocators()225 ShadowStackAllocator = reinterpret_cast<ShadowStackAllocatorType *>( in Allocators()[all …]