Home
last modified time | relevance | path

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

/xnu-8796.121.2/tests/
H A Dsysctl_wire_limits.c148 unsigned int current_wired, current_free; in wire_to_limit() local
152 size_t current_free_size = sizeof(current_free); in wire_to_limit()
156 ret = sysctlbyname(g_sysctl_current_free_count_name, &current_free, &current_free_size, NULL, 0); in wire_to_limit()
158 offset_from_limit = ptoa(current_wired + current_free + wiggle_room_pages); in wire_to_limit()