Home
last modified time | relevance | path

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

/third_party/musl/porting/linux/user/src/hook/
Dmalloc_common.c15 extern void libc_gwp_asan_free(void *mem);
63 return libc_gwp_asan_free(mem); in free()
70 return libc_gwp_asan_free(mem); in free()
79 return libc_gwp_asan_free(mem); in free()
Dmusl_preinit_common.c10 extern void libc_gwp_asan_free(void *mem);
20 .free = libc_gwp_asan_free,
/third_party/musl/porting/linux/user/src/gwp_asan/
Dgwp_asan.c452 void libc_gwp_asan_free(void *addr) in libc_gwp_asan_free() function