Searched refs:__wrap_malloc (Results 1 – 5 of 5) sorted by relevance
20 void *__wrap_malloc(size_t s) { in __wrap_malloc() function
28 SHIM_ALWAYS_EXPORT void* __wrap_malloc(size_t size) { in __wrap_malloc() function
49 void* __wrap_malloc(size_t size) { return pw_freelist_heap->Allocate(size); } in __wrap_malloc() function
70 --with-mangling=malloc:__wrap_malloc,free:__wrap_free[...]