Home
last modified time | relevance | path

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

/third_party/musl/porting/linux/user/src/hook/
Dmusl_malloc.h26 #define hook_malloc __libc_malloc
/third_party/python/Modules/
D_testcapimodule.c3973 static void* hook_malloc(void* ctx, size_t size) in hook_malloc() function
4020 alloc.malloc = &hook_malloc; in test_setallocators()