Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/compiler-rt/lib/xray/
H A Dxray_allocator.h177 size_t AllocatedBlocks = 0; member
213 if (((AllocatedBlocks + 1) * Block::Size) > MaxMemory) in Alloc()
221 ++AllocatedBlocks; in Alloc()
230 AllocatedBlocks(0), in Allocator()
238 AllocatedBlocks(0), in Allocator()
254 AllocatedBlocks = O.AllocatedBlocks; in Allocator()
255 O.AllocatedBlocks = 0; in Allocator()
271 AllocatedBlocks = O.AllocatedBlocks;
272 O.AllocatedBlocks = 0;