Home
last modified time | relevance | path

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

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