Searched refs:overcommit (Results 1 – 3 of 3) sorted by relevance
169 static int overcommit = 0; variable170 SYSCTL_INT(_vm, VM_OVERCOMMIT, overcommit, CTLFLAG_RW, &overcommit, 0,286 oc = atomic_load_int(&overcommit); in swap_reserve_by_cred()
257 * JEMALLOC_SYSCTL_VM_OVERCOMMIT: FreeBSD's vm.overcommit sysctl.
486 - Decommit unused virtual memory if the OS does not overcommit. (@jasone)487 - Specify MAP_NORESERVE on Linux if [heuristic] overcommit is active, in order