Home
last modified time | relevance | path

Searched refs:BackingStore (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/compiler-rt/lib/xray/
H A Dxray_allocator.h175 unsigned char *BackingStore = nullptr; member
183 if (UNLIKELY(BackingStore == nullptr)) { in Alloc()
185 if (BackingStore == nullptr) { in Alloc()
191 AlignedNextBlock = BackingStore; in Alloc()
228 BackingStore(nullptr), in Allocator()
250 BackingStore = O.BackingStore; in Allocator()
251 O.BackingStore = nullptr; in Allocator()
265 if (BackingStore != nullptr)
267 BackingStore = O.BackingStore;
268 O.BackingStore = nullptr;
[all …]
H A Dxray_buffer_queue.cc84 if (BackingStore == nullptr) in init()
91 BackingStore = nullptr; in init()
130 Buf.Data = &BackingStore->Data + (BufferSize * i); in init()
132 Buf.BackingStore = BackingStore; in init()
152 BackingStore(nullptr),
177 incRefCount(BackingStore); in getBuffer()
193 decRefCount(Buf.BackingStore, Buf.Size, Buf.Count); in releaseBuffer()
198 if (Buf.Data < &BackingStore->Data || in releaseBuffer()
211 decRefCount(Buf.BackingStore, Buf.Size, Buf.Count); in releaseBuffer()
229 decRefCount(BackingStore, BufferSize, BufferCount); in cleanupBuffers()
[all …]
H A Dxray_buffer_queue.h63 ControlBlock *BackingStore = nullptr; member
145 ControlBlock *BackingStore; variable