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

/illumos-gate/usr/src/cmd/ptools/pmap/
H A Dpmap.c160 } mapdata_t; typedef in typeref:struct:__anon1286
162 static mapdata_t *maps;
1167 static mapdata_t *
1170 mapdata_t *newmaps;
1179 newmaps = realloc(maps, next * sizeof (mapdata_t));
1185 (next - map_alloc) * sizeof (mapdata_t));
1198 mapdata_t *data;
1219 mapdata_t *data;

Completed in 45 milliseconds