Searched refs:ShadowStackAllocator (Results 1 – 1 of 1) sorted by relevance
158 ShadowStackAllocatorType *ShadowStackAllocator = nullptr; member237 O.ShadowStackAllocator = nullptr; in Allocators()268 if (ShadowStackAllocator)269 ShadowStackAllocator->~ShadowStackAllocatorType();270 if (O.ShadowStackAllocator) {272 ShadowStackAllocatorType(std::move(*O.ShadowStackAllocator));275 O.ShadowStackAllocator = nullptr;277 ShadowStackAllocator = nullptr;300 if (ShadowStackAllocator != nullptr) in ~Allocators()301 ShadowStackAllocator->~ShadowStackAllocatorType(); in ~Allocators()[all …]