Searched refs:fmaps (Results 1 – 1 of 1) sorted by relevance
56 FILE* fmaps, in dump_process_heap() argument73 if (fgets(line, sizeof(line), fmaps) == NULL) in dump_process_heap()264 FILE* fmaps = fopen(path, "r"); in open_proc_maps() local265 if (fmaps == NULL) { in open_proc_maps()269 return fmaps; in open_proc_maps()336 FILE* fmaps = open_proc_maps(); in main() local337 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()