Searched refs:new_maps (Results 1 – 1 of 1) sorted by relevance
248 pm_map_t *map, **maps, **new_maps; in read_maps() local274 new_maps = realloc(maps, 2 * maps_size * sizeof(pm_map_t*)); in read_maps()275 if (!new_maps) { in read_maps()281 maps = new_maps; in read_maps()312 new_maps = realloc(maps, maps_count * sizeof(pm_map_t*)); in read_maps()313 if (maps_count && !new_maps) { in read_maps()319 proc->maps = new_maps; in read_maps()