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

References

projects/compiler-rt/lib/xray/xray_basic_logging.cpp
   55 static_assert(sizeof(StackEntry) == 16, "Wrong size for StackEntry");
  148         InternalAlloc(sizeof(StackEntry) * GlobalOptions.MaxStackDepth, nullptr,
  149                       alignof(StackEntry)));
  184     StackEntry E;
  190                          (sizeof(StackEntry) * (TLD.StackEntries - 1));
  191     internal_memcpy(StackEntryPtr, &E, sizeof(StackEntry));
  212     StackEntry StackTop;
  214                          (sizeof(StackEntry) * TLD.StackEntries);
  215     internal_memcpy(&StackTop, StackEntryPtr, sizeof(StackEntry));