Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/gwp_asan/
H A Dguarded_pool_allocator.cpp336 if (NumSampledAllocations < State.MaxSimultaneousAllocations) in reserveSlot()
337 return NumSampledAllocations++; in reserveSlot()
H A Dguarded_pool_allocator.h206 size_t NumSampledAllocations = 0; variable