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

References

projects/compiler-rt/lib/xray/xray_buffer_queue.cpp
  190     if (Buf.Generation != generation() || LiveBuffers == 0) {
  191       Buf = {};
  192       decRefCount(Buf.BackingStore, Buf.Size, Buf.Count);
  192       decRefCount(Buf.BackingStore, Buf.Size, Buf.Count);
  192       decRefCount(Buf.BackingStore, Buf.Size, Buf.Count);
  193       decRefCount(Buf.ExtentsBackingStore, kExtentsSize, Buf.Count);
  193       decRefCount(Buf.ExtentsBackingStore, kExtentsSize, Buf.Count);
  197     if (Buf.Data < &BackingStore->Data ||
  198         Buf.Data > &BackingStore->Data + (BufferCount * BufferSize))
  208   B->Buff = Buf;
  210   decRefCount(Buf.BackingStore, Buf.Size, Buf.Count);
  210   decRefCount(Buf.BackingStore, Buf.Size, Buf.Count);
  210   decRefCount(Buf.BackingStore, Buf.Size, Buf.Count);
  211   decRefCount(Buf.ExtentsBackingStore, kExtentsSize, Buf.Count);
  211   decRefCount(Buf.ExtentsBackingStore, kExtentsSize, Buf.Count);
  212   atomic_store(B->Buff.Extents, atomic_load(Buf.Extents, memory_order_acquire),
  214   Buf = {};