Searched refs:new_maps (Results 1 – 1 of 1) sorted by relevance
227 pm_map_t *map, **maps, **new_maps; in read_maps() local249 new_maps = realloc(maps, 2 * maps_size * sizeof(pm_map_t*)); in read_maps()250 if (!new_maps) { in read_maps()256 maps = new_maps; in read_maps()285 new_maps = realloc(maps, maps_count * sizeof(pm_map_t*)); in read_maps()286 if (maps_count && !new_maps) { in read_maps()292 proc->maps = new_maps; in read_maps()