Home
last modified time | relevance | path

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

/external/libchrome/base/allocator/
Dallocator_shim_override_linker_wrapped_symbols.h24 SHIM_ALWAYS_EXPORT void __wrap_free(void* ptr) { in __wrap_free() function
/external/pigweed/pw_malloc_freelist/
Dfreelist_malloc.cc51 void __wrap_free(void* ptr) { pw_freelist_heap->Free(ptr); } in __wrap_free() function
/external/tpm2-tss/test/unit/
Dtctildr-getinfo.c55 __wrap_free (void *ptr) in __wrap_free() function
Dtctildr.c66 __wrap_free (void *ptr) in __wrap_free() function
/external/jemalloc_new/
DINSTALL.md70 --with-mangling=malloc:__wrap_malloc,free:__wrap_free[...]