HomeSort by relevance Sort by last modified time
    Searched refs:MallocFree (Results 1 - 3 of 3) sorted by null

  /bionic/libc/private/
bionic_malloc_dispatch.h 39 typedef void (*MallocFree)(void*);
60 MallocFree free;
  /bionic/benchmarks/
stdlib_benchmark.cpp 39 static void MallocFree(benchmark::State& state) {
59 MallocFree(state);
67 MallocFree(state);
  /bionic/libc/bionic/
malloc_common_dynamic.cpp 150 if (!InitMallocFunction<MallocFree>(impl_handler, &table->free, prefix, "free")) {

Completed in 710 milliseconds