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

/system/core/include/corkscrew/
H A Dmap_info.h30 typedef struct map_info { struct
31 struct map_info* next;
/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 68 milliseconds