Home
last modified time | relevance | path

Searched refs:__wrap_malloc (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/compiler-rt/test/profile/Inputs/
Dinstrprof-alloc.c20 void *__wrap_malloc(size_t s) { in __wrap_malloc() function
/external/compiler-rt/test/profile/Inputs/
Dinstrprof-alloc.c20 void *__wrap_malloc(size_t s) { in __wrap_malloc() function
/external/libchrome/base/allocator/
Dallocator_shim_override_linker_wrapped_symbols.h28 SHIM_ALWAYS_EXPORT void* __wrap_malloc(size_t size) { in __wrap_malloc() function
/external/pigweed/pw_malloc_freelist/
Dfreelist_malloc.cc49 void* __wrap_malloc(size_t size) { return pw_freelist_heap->Allocate(size); } in __wrap_malloc() function
/external/jemalloc_new/
DINSTALL.md70 --with-mangling=malloc:__wrap_malloc,free:__wrap_free[...]