Home
last modified time | relevance | path

Searched refs:hook_calloc (Results 1 - 5 of 5) sorted by relevance

/third_party/musl/src/hook/linux/
H A Dmusl_malloc.h40 extern void *hook_calloc(size_t, size_t);
/third_party/musl/porting/linux/user/src/hook/
H A Dmusl_malloc.h25 extern void *hook_calloc(size_t, size_t);
/third_party/musl/porting/linux/user/src/malloc/
H A Dlibc_calloc.c48 void *hook_calloc(size_t m, size_t n) in hook_calloc() function
/third_party/musl/src/malloc/
H A Dlibc_calloc.c49 void *hook_calloc(size_t m, size_t n) in hook_calloc() function
/third_party/python/Modules/
H A D_testcapimodule.c4156 static void* hook_calloc(void* ctx, size_t nelem, size_t elsize) in hook_calloc() function
4196 alloc.calloc = &hook_calloc; in test_setallocators()

Completed in 14 milliseconds