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
   94   ExtentsBackingStore = allocControlBlock(kExtentsSize, BufferCount);
  101     deallocControlBlock(ExtentsBackingStore, kExtentsSize, BufferCount);
  125                                                 (kExtentsSize * i));
  193       decRefCount(Buf.ExtentsBackingStore, kExtentsSize, Buf.Count);
  211   decRefCount(Buf.ExtentsBackingStore, kExtentsSize, Buf.Count);
  229   decRefCount(ExtentsBackingStore, kExtentsSize, BufferCount);