Searched refs:vm_overcommit (Results 1 – 1 of 1) sorted by relevance
245 int vm_overcommit; in os_overcommits_sysctl() local248 sz = sizeof(vm_overcommit); in os_overcommits_sysctl()249 if (sysctlbyname("vm.overcommit", &vm_overcommit, &sz, NULL, 0) != 0) in os_overcommits_sysctl()252 return ((vm_overcommit & 0x3) == 0); in os_overcommits_sysctl()