Home
last modified time | relevance | path

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

/freebsd/contrib/sendmail/src/
H A Dconf.c2220 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/contrib/xen/
H A Dsysctl.h519 uint64_t memfree; member
/freebsd/sys/compat/linprocfs/
H A Dlinprocfs.c152 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()