reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

projects/compiler-rt/lib/xray/xray_function_call_trie.h
  214       internal_memcpy(&NodeAllocatorStorage, &O.NodeAllocatorStorage,
  216       internal_memcpy(&RootAllocatorStorage, &O.RootAllocatorStorage,
  219                       &O.ShadowStackAllocatorStorage,
  222                       &O.NodeIdPairAllocatorStorage,
  234       O.NodeAllocator = nullptr;
  235       O.RootAllocator = nullptr;
  236       O.ShadowStackAllocator = nullptr;
  237       O.NodeIdPairAllocator = nullptr;