reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
245 if (O.NodeAllocator) { 247 NodeAllocatorType(std::move(*O.NodeAllocator)); 250 O.NodeAllocator = nullptr; 257 if (O.RootAllocator) { 259 RootAllocatorType(std::move(*O.RootAllocator)); 262 O.RootAllocator = nullptr; 269 if (O.ShadowStackAllocator) { 271 ShadowStackAllocatorType(std::move(*O.ShadowStackAllocator)); 274 O.ShadowStackAllocator = nullptr; 281 if (O.NodeIdPairAllocator) { 283 NodeIdPairAllocatorType(std::move(*O.NodeIdPairAllocator)); 286 O.NodeIdPairAllocator = nullptr;