Searched refs:overcommit (Results 1 – 2 of 2) sorted by relevance
172 static int overcommit = 0; variable173 SYSCTL_INT(_vm, VM_OVERCOMMIT, overcommit, CTLFLAG_RW, &overcommit, 0,289 oc = atomic_load_int(&overcommit); in swap_reserve_by_cred()
622 - Decommit unused virtual memory if the OS does not overcommit. (@jasone)623 - Specify MAP_NORESERVE on Linux if [heuristic] overcommit is active, in order