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

/xnu-2422.115.4/osfmk/vm/
H A Dvm_map.c9871 * "curr_max_below" and "curr_max_above" limit the range (around
9882 vm_map_offset_t curr_max_below, curr_max_above; local
9943 curr_max_below = curr_address;
9985 curr_max_below = 0;
9995 curr_max_below = 0;
10036 next_max_below = MIN(next_max_below, curr_max_below);
10051 curr_max_below = MIN(curr_max_below,
10116 curr_max_below = next_max_below;
10138 *size = curr_max_above + curr_max_below;
[all...]

Completed in 88 milliseconds