Searched refs:kExtentsSize (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_buffer_queue.cpp66 constexpr size_t kExtentsSize = sizeof(ExtentsPadded); member in namespace:__anon2594
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);

Completed in 118 milliseconds