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

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_allocator.h176 size_t AllocatedBlocks = 0; member in struct:__xray::Allocator
212 if (((AllocatedBlocks + 1) * Block::Size) > MaxMemory)
220 ++AllocatedBlocks;
229 AllocatedBlocks(0),
237 AllocatedBlocks(0),
253 AllocatedBlocks = O.AllocatedBlocks;
254 O.AllocatedBlocks = 0;
270 AllocatedBlocks = O.AllocatedBlocks;
[all...]

Completed in 57 milliseconds