Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/compiler-rt/lib/gwp_asan/
Dguarded_pool_allocator.h207 size_t NumSampledAllocations = 0; variable
Dguarded_pool_allocator.cpp444 if (NumSampledAllocations < State.MaxSimultaneousAllocations) in reserveSlot()
445 return NumSampledAllocations++; in reserveSlot()