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

/openbsd-current/gnu/llvm/compiler-rt/lib/gwp_asan/tests/
H A Dlate_init.cpp17 EXPECT_FALSE(GPA.shouldSample());
24 EXPECT_TRUE(GPA.shouldSample());
/openbsd-current/gnu/llvm/compiler-rt/lib/gwp_asan/
H A Dguarded_pool_allocator.h40 // further initialisation takes place, calls to shouldSample() and
71 GWP_ASAN_ALWAYS_INLINE bool shouldSample() { function in class:gwp_asan::GuardedPoolAllocator
226 // before GPA::init() is called. This would cause an error in shouldSample(),
/openbsd-current/gnu/llvm/compiler-rt/lib/scudo/standalone/
H A Dcombined.h321 if (UNLIKELY(GuardedAlloc.shouldSample())) {

Completed in 183 milliseconds