Home
last modified time | relevance | path

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

/third_party/musl/porting/linux/user/src/gwp_asan/
Dgwp_asan.c38 #define GWP_ASAN_PREDICT_FALSE(exp) __builtin_expect((exp) != 0, 0) macro
341 if (GWP_ASAN_PREDICT_FALSE(is_gwp_asan_disable())) { in may_init_gwp_asan()
401 if (GWP_ASAN_PREDICT_FALSE(force_sample_alloctor || gwp_asan_should_sample())) { in libc_gwp_asan_malloc()
416 if (GWP_ASAN_PREDICT_FALSE(force_sample_alloctor || gwp_asan_should_sample())) { in libc_gwp_asan_calloc()
437 if (GWP_ASAN_PREDICT_FALSE(gwp_asan_pointer_is_mine(ptr))) { in libc_gwp_asan_realloc()
457 if (GWP_ASAN_PREDICT_FALSE(gwp_asan_pointer_is_mine(addr))) { in libc_gwp_asan_free()
468 if (GWP_ASAN_PREDICT_FALSE(gwp_asan_pointer_is_mine(addr))) { in libc_gwp_asan_malloc_usable_size()
480 if (GWP_ASAN_PREDICT_FALSE(gwp_asan_pointer_is_mine(base))) { in libc_gwp_asan_malloc_iterate()