Home
last modified time | relevance | path

Searched refs:ExtentsBackingStore (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/compiler-rt/lib/xray/
Dxray_buffer_queue.cpp94 ExtentsBackingStore = allocControlBlock(kExtentsSize, BufferCount); in init()
95 if (ExtentsBackingStore == nullptr) in init()
101 deallocControlBlock(ExtentsBackingStore, kExtentsSize, BufferCount); in init()
102 ExtentsBackingStore = nullptr; in init()
116 atomic_store(&ExtentsBackingStore->RefCount, 1, memory_order_release); in init()
124 auto *E = reinterpret_cast<ExtentsPadded *>(&ExtentsBackingStore->Data + in init()
132 Buf.ExtentsBackingStore = ExtentsBackingStore; in init()
152 ExtentsBackingStore(nullptr),
177 incRefCount(ExtentsBackingStore); in getBuffer()
193 decRefCount(Buf.ExtentsBackingStore, kExtentsSize, Buf.Count); in releaseBuffer()
[all …]
Dxray_buffer_queue.h63 ControlBlock *ExtentsBackingStore = nullptr; member
147 ControlBlock *ExtentsBackingStore; variable