Home
last modified time | relevance | path

Searched refs:MallocFree (Results 1 – 3 of 3) sorted by relevance

/bionic/libc/private/
Dbionic_malloc_dispatch.h39 typedef void (*MallocFree)(void*); typedef
60 MallocFree free;
/bionic/benchmarks/
Dstdlib_benchmark.cpp27 static void MallocFree(benchmark::State& state) { in MallocFree() function
47 MallocFree(state); in BM_stdlib_malloc_free_default()
55 MallocFree(state); in BM_stdlib_malloc_free_decay1()
/bionic/libc/bionic/
Dmalloc_common_dynamic.cpp138 if (!InitMallocFunction<MallocFree>(impl_handler, &table->free, prefix, "free")) { in InitMallocFunctions()