Searched defs:real_malloc (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/tools/android/heap_profiler/
H A Dheap_profiler_hooks_android.c40 static malloc_t real_malloc; variable
58 real_malloc = (malloc_t) dlsym(RTLD_NEXT, "malloc");
153 void* ret = real_malloc(byte_count);

Completed in 82 milliseconds