Home
last modified time | relevance | path

Searched refs:INITIAL_MAPS (Results 1 – 1 of 1) sorted by relevance

/system/extras/libpagemap/
Dpm_process.c233 #define INITIAL_MAPS 10 macro
255 maps = calloc(INITIAL_MAPS, sizeof(pm_map_t*)); in read_maps()
258 maps_count = 0; maps_size = INITIAL_MAPS; in read_maps()