Searched refs:newmaps (Results 1 – 1 of 1) sorted by relevance
1192 mapdata_t *newmaps; in nextmap() local1201 newmaps = realloc(maps, next * sizeof (mapdata_t)); in nextmap()1202 if (newmaps == NULL) { in nextmap()1206 (void) memset(newmaps + map_alloc, '\0', in nextmap()1210 maps = newmaps; in nextmap()