Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/gwp_asan/
HDguarded_pool_allocator.h223 size_t NumSampledAllocations = 0; variable
HDguarded_pool_allocator.cpp283 if (NumSampledAllocations < MaxSimultaneousAllocations) in reserveSlot()
284 return NumSampledAllocations++; in reserveSlot()