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

References

projects/compiler-rt/lib/xray/xray_allocator.h
  190       AlignedNextBlock = BackingStore;
  195           reinterpret_cast<uintptr_t>(AlignedNextBlock), kCacheLineSize);
  198         AlignedNextBlock = BackingStore = nullptr;
  205       AlignedNextBlock = reinterpret_cast<unsigned char *>(AlignedNextBlockNum);
  217     void *Result = AlignedNextBlock;
  218     AlignedNextBlock =
  219         reinterpret_cast<unsigned char *>(AlignedNextBlock) + Block::Size;
  251     AlignedNextBlock = O.AlignedNextBlock;
  251     AlignedNextBlock = O.AlignedNextBlock;
  252     O.AlignedNextBlock = nullptr;
  268     AlignedNextBlock = O.AlignedNextBlock;