Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/gwp_asan/
H A Dguarded_pool_allocator.h76 GWP_ASAN_ALWAYS_INLINE bool shouldSample() { in shouldSample() function
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/scudo/
H A Dscudo_allocator.cpp315 if (UNLIKELY(GuardedAlloc.shouldSample())) { in allocate()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dcombined.h303 if (UNLIKELY(GuardedAlloc.shouldSample())) {