Home
last modified time | relevance | path

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

/external/chromium_org/tools/android/heap_profiler/
Dheap_dump.c56 FILE* fmaps, in dump_process_heap() argument
73 if (fgets(line, sizeof(line), fmaps) == NULL) in dump_process_heap()
264 FILE* fmaps = fopen(path, "r"); in open_proc_maps() local
265 if (fmaps == NULL) { in open_proc_maps()
269 return fmaps; in open_proc_maps()
336 FILE* fmaps = open_proc_maps(); in main() local
337 if (fmaps == NULL) in main()
341 ret = dump_process_heap(mem_fd, fmaps, dump_also_allocs, pedantic, comment); in main()
348 fclose(fmaps); in main()