Home
last modified time | relevance | path

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

/aosp12/bionic/libc/private/
H A Dbionic_malloc_dispatch.h39 typedef void (*MallocFree)(void*); typedef
60 MallocFree free;
/aosp12/bionic/benchmarks/
H A 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()
/aosp12/bionic/libc/bionic/
H A Dmalloc_common_dynamic.cpp140 if (!InitMallocFunction<MallocFree>(impl_handler, &table->free, prefix, "free")) { in InitMallocFunctions()