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);
   95   if (ExtentsBackingStore == nullptr)
  101     deallocControlBlock(ExtentsBackingStore, kExtentsSize, BufferCount);
  102     ExtentsBackingStore = nullptr;
  116   atomic_store(&ExtentsBackingStore->RefCount, 1, memory_order_release);
  124     auto *E = reinterpret_cast<ExtentsPadded *>(&ExtentsBackingStore->Data +
  132     Buf.ExtentsBackingStore = ExtentsBackingStore;
  177   incRefCount(ExtentsBackingStore);
  229   decRefCount(ExtentsBackingStore, kExtentsSize, BufferCount);
  231   ExtentsBackingStore = nullptr;