Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/compiler-rt/lib/gwp_asan/tests/
Dlate_init.cpp17 EXPECT_FALSE(GPA.shouldSample()); in TEST()
24 EXPECT_TRUE(GPA.shouldSample()); in TEST()
/openbsd/src/gnu/llvm/compiler-rt/lib/gwp_asan/
Dguarded_pool_allocator.h71 GWP_ASAN_ALWAYS_INLINE bool shouldSample() { in shouldSample() function
/openbsd/src/gnu/llvm/llvm/docs/
DGwpAsan.rst71 if (GWPASanAllocator.shouldSample(..))
/openbsd/src/gnu/llvm/compiler-rt/lib/scudo/standalone/
Dcombined.h321 if (UNLIKELY(GuardedAlloc.shouldSample())) {