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

/fuchsia/zircon/third_party/ulib/jemalloc/src/
H A Dpages.c329 int vm_overcommit; local
332 sz = sizeof(vm_overcommit);
333 if (sysctlbyname("vm.overcommit", &vm_overcommit, &sz, NULL, 0) != 0)
336 return ((vm_overcommit & 0x3) == 0);

Completed in 19 milliseconds