OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:new_maps
(Results
1 - 1
of
1
) sorted by null
/system/extras/libpagemap/
pm_process.c
235
pm_map_t *map, **maps, **
new_maps
;
local
257
new_maps
= realloc(maps, 2 * maps_size * sizeof(pm_map_t*));
258
if (!
new_maps
) {
264
maps =
new_maps
;
294
new_maps
= realloc(maps, maps_count * sizeof(pm_map_t*));
295
if (maps_count && !
new_maps
) {
301
proc->maps =
new_maps
;
Completed in 146 milliseconds