Searched refs:map_info (Results 1 - 1 of 1) sorted by relevance

/system/extras/procmem/
H A Dprocmem.c25 struct map_info { struct
52 struct map_info **mis;
53 struct map_info *mi;
127 /* get maps, and allocate our map_info array */
134 mis = (struct map_info **)calloc(num_maps, sizeof(struct map_info *));
136 fprintf(stderr, "error allocating map_info array: %s\n", strerror(errno));
158 mi = (struct map_info *)calloc(1, sizeof(struct map_info));
160 fprintf(stderr, "error allocating map_info
[all...]

Completed in 743 milliseconds