Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/gwp_asan/tests/
H A Dlate_init.cpp17 EXPECT_FALSE(GPA.shouldSample()); in TEST()
24 EXPECT_TRUE(GPA.shouldSample()); in TEST()
/llvm-project-15.0.7/compiler-rt/lib/gwp_asan/
H A Dguarded_pool_allocator.h76 GWP_ASAN_ALWAYS_INLINE bool shouldSample() { in shouldSample() function
/llvm-project-15.0.7/compiler-rt/lib/scudo/
H A Dscudo_allocator.cpp316 if (UNLIKELY(GuardedAlloc.shouldSample())) { in allocate()
/llvm-project-15.0.7/llvm/docs/
H A DGwpAsan.rst71 if (GWPASanAllocator.shouldSample(..))
/llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/
H A Dcombined.h313 if (UNLIKELY(GuardedAlloc.shouldSample())) {