Home
last modified time | relevance | path

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

/freebsd-13.1/sys/vm/
H A Dswap_pager.c172 static int overcommit = 0; variable
173 SYSCTL_INT(_vm, VM_OVERCOMMIT, overcommit, CTLFLAG_RW, &overcommit, 0,
289 oc = atomic_load_int(&overcommit); in swap_reserve_by_cred()
/freebsd-13.1/contrib/jemalloc/
H A DChangeLog622 - Decommit unused virtual memory if the OS does not overcommit. (@jasone)
623 - Specify MAP_NORESERVE on Linux if [heuristic] overcommit is active, in order