Home
last modified time | relevance | path

Searched refs:libc_gwp_asan_malloc (Results 1 - 6 of 6) sorted by relevance

/third_party/musl/porting/linux/user/src/hook/
H A Dmalloc_common.c14 extern void* libc_gwp_asan_malloc(size_t bytes);
34 return libc_gwp_asan_malloc(bytes); in malloc()
40 return libc_gwp_asan_malloc(bytes); in malloc()
47 return libc_gwp_asan_malloc(bytes); in malloc()
H A Dmusl_preinit_common.c9 extern void* libc_gwp_asan_malloc(size_t bytes);
19 .malloc = libc_gwp_asan_malloc,
/third_party/musl/src/hook/linux/
H A Dmalloc_common.c32 extern void* libc_gwp_asan_malloc(size_t bytes);
62 return libc_gwp_asan_malloc(bytes); in malloc()
68 return libc_gwp_asan_malloc(bytes); in malloc()
75 return libc_gwp_asan_malloc(bytes); in malloc()
H A Dmusl_preinit_common.c24 extern void* libc_gwp_asan_malloc(size_t bytes);
34 .malloc = libc_gwp_asan_malloc,
/third_party/musl/porting/linux/user/src/gwp_asan/
H A Dgwp_asan.c403 void* libc_gwp_asan_malloc(size_t bytes) in libc_gwp_asan_malloc() function
/third_party/musl/src/gwp_asan/linux/
H A Dgwp_asan.c403 void* libc_gwp_asan_malloc(size_t bytes) in libc_gwp_asan_malloc() function

Completed in 4 milliseconds