Searched refs:newmaps (Results 1 – 1 of 1) sorted by relevance
1199 mapdata_t *newmaps; in nextmap() local1208 newmaps = realloc(maps, next * sizeof (mapdata_t)); in nextmap()1209 if (newmaps == NULL) { in nextmap()1213 (void) memset(newmaps + map_alloc, '\0', in nextmap()1217 maps = newmaps; in nextmap()