Searched refs:memfree (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/sendmail/src/ |
H A D | conf.c | 2220 long memfree; local 2229 sm_memstat_get(MemoryResource, &memfree) >= 0 && 2230 memfree < QueueLowMem) 2234 memfree, QueueLowMem); 2279 long memfree; local 2321 sm_memstat_get(MemoryResource, &memfree) >= 0 && 2322 memfree < RefuseLowMem) 2325 sm_setproctitle(true, e, R_MSG_LM, Daemons[dn].d_name, memfree); 2328 Daemons[dn].d_name, memfree);
|
/freebsd/sys/compat/linprocfs/ |
H A D | linprocfs.c | 152 unsigned long memfree; /* free memory in bytes */ in linprocfs_domeminfo() local 162 memfree = (unsigned long)vm_free_count() * PAGE_SIZE; in linprocfs_domeminfo() 189 B2K(memtotal), B2K(memfree), B2K(buffers), in linprocfs_domeminfo()
|
/freebsd/sys/contrib/xen/ |
H A D | sysctl.h | 519 uint64_t memfree; member
|