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

/macosx-10.10.1/xnu-2782.1.97/bsd/kern/
H A Dkern_memorystatus.c237 static void memorystatus_get_task_page_counts(task_t task, uint32_t *footprint, uint32_t *max_footprint, uint32_t *max_footprint_lifetime, uint32_t *purgeable_pages);
2028 * Callback invoked when allowable physical memory footprint exceeded
2040 printf("process %d (%s) exceeded physical memory footprint limit of %d MB\n",
2095 memorystatus_get_task_page_counts(task_t task, uint32_t *footprint, uint32_t *max_footprint, uint32_t *max_footprint_lifetime, uint32_t *purgeable_pages) argument
2098 assert(footprint);
2100 *footprint = (uint32_t)(get_task_phys_footprint(task) / PAGE_SIZE_64);
2501 uint32_t footprint; local
2523 footprint = (uint32_t)(get_task_phys_footprint(p->task) / (1024 * 1024));
2524 skip = (((int32_t)footprint) <= p->p_memstat_memlimit);
2547 (memorystatus_jetsam_policy & kPolicyDiagnoseActive) ? "suspending": "killing", aPid, p->p_comm, footprint,
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/
H A DMakefile238 show-footprint:
/macosx-10.10.1/libresolv-57/
H A Dns_print.c508 u_int type, algorithm, labels, footprint; local
538 footprint = ns_get16(rdata); rdata += NS_INT16SZ;
539 len = SPRINTF((tmp, "%u ", footprint));
/macosx-10.10.1/Heimdal-398.1.2/lib/hcrypto/libtommath/
H A Dtommath.tex437 as public key cryptosystems and still maintain a relatively small footprint.
535 has a small footprint and updates are easy to perform.
/macosx-10.10.1/BerkeleyDB-21/db/dist/
H A Dconfigure1561 --enable-smallbuild Build small footprint version of the library.
[all...]

Completed in 199 milliseconds