Searched refs:new_maps (Results 1 – 1 of 1) sorted by relevance
251 pm_map_t *map, **maps, **new_maps; in read_maps() local279 new_maps = realloc(maps, 2 * maps_size * sizeof(pm_map_t*)); in read_maps()280 if (!new_maps) { in read_maps()287 maps = new_maps; in read_maps()320 new_maps = realloc(maps, maps_count * sizeof(pm_map_t*)); in read_maps()321 if (maps_count && !new_maps) { in read_maps()327 proc->maps = new_maps; in read_maps()