Searched refs:new_maps (Results 1 - 1 of 1) sorted by relevance

/system/extras/libpagemap/
H A Dpm_process.c227 pm_map_t *map, **maps, **new_maps; local
249 new_maps = realloc(maps, 2 * maps_size * sizeof(pm_map_t*));
250 if (!new_maps) {
256 maps = new_maps;
285 new_maps = realloc(maps, maps_count * sizeof(pm_map_t*));
286 if (maps_count && !new_maps) {
292 proc->maps = new_maps;

Completed in 88 milliseconds