Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/gwp_asan/
Dguarded_pool_allocator.h83 if (GWP_ASAN_UNLIKELY(getThreadLocals()->NextSampleCounter == 0)) in shouldSample()
88 return GWP_ASAN_UNLIKELY(--getThreadLocals()->NextSampleCounter == 0); in shouldSample()
Ddefinitions.h15 #define GWP_ASAN_UNLIKELY(X) __builtin_expect(!!(X), 0) macro
/external/gwp_asan/gwp_asan/
Dguarded_pool_allocator.h83 if (GWP_ASAN_UNLIKELY(getThreadLocals()->NextSampleCounter == 0)) in shouldSample()
88 return GWP_ASAN_UNLIKELY(--getThreadLocals()->NextSampleCounter == 0); in shouldSample()
Ddefinitions.h15 #define GWP_ASAN_UNLIKELY(X) __builtin_expect(!!(X), 0) macro