Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/ptools/pmap/
H A Dpmap.c1170 mapdata_t *newmaps; in nextmap() local
1179 newmaps = realloc(maps, next * sizeof (mapdata_t)); in nextmap()
1180 if (newmaps == NULL) { in nextmap()
1184 (void) memset(newmaps + map_alloc, '\0', in nextmap()
1188 maps = newmaps; in nextmap()