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

/system/extras/showmap/
H A Dshowmap.c114 static int order_before(const mapinfo *a, const mapinfo *b, int sort_by_address) { argument
115 if (sort_by_address) {
123 static void enqueue_map(mapinfo **head, mapinfo *map, int sort_by_address, int coalesce_by_name) { argument
146 if (!current || order_before(map, current, sort_by_address)) {
161 static mapinfo *load_maps(int pid, int sort_by_address, int coalesce_by_name) argument
189 enqueue_map(&head, current, sort_by_address, coalesce_by_name);
197 enqueue_map(&head, current, sort_by_address, coalesce_by_name);

Completed in 55 milliseconds