Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/deps/jemalloc/src/
H A Dpages.c407 int vm_overcommit; in os_overcommits_sysctl() local
410 sz = sizeof(vm_overcommit); in os_overcommits_sysctl()
416 if (sysctl(mib, 2, &vm_overcommit, &sz, NULL, 0) != 0) { in os_overcommits_sysctl()
420 if (sysctlbyname("vm.overcommit", &vm_overcommit, &sz, NULL, 0) != 0) { in os_overcommits_sysctl()
425 return ((vm_overcommit & 0x3) == 0); in os_overcommits_sysctl()