Searched refs:ShadowStackAllocator (Results 1 – 1 of 1) sorted by relevance
157 ShadowStackAllocatorType *ShadowStackAllocator = nullptr; member236 O.ShadowStackAllocator = nullptr; in Allocators()267 if (ShadowStackAllocator)268 ShadowStackAllocator->~ShadowStackAllocatorType();269 if (O.ShadowStackAllocator) {271 ShadowStackAllocatorType(std::move(*O.ShadowStackAllocator));274 O.ShadowStackAllocator = nullptr;276 ShadowStackAllocator = nullptr;299 if (ShadowStackAllocator != nullptr) in ~Allocators()300 ShadowStackAllocator->~ShadowStackAllocatorType(); in ~Allocators()[all …]