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

/external/chromium_org/tools/android/heap_profiler/
H A Dheap_profiler_hooks_android.c39 static munmap_t real_munmap; variable
57 real_munmap = (munmap_t) dlsym(RTLD_NEXT, "munmap");
147 int ret = real_munmap(ptr, size);

Completed in 132 milliseconds