Home
last modified time | relevance | path

Searched defs:MallocFree (Results 1 – 2 of 2) sorted by relevance

/bionic/libc/private/
Dbionic_malloc_dispatch.h39 typedef void (*MallocFree)(void*); typedef
/bionic/benchmarks/
Dstdlib_benchmark.cpp27 static void MallocFree(benchmark::State& state) { in MallocFree() function