Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/kern/
H A Dkern_memorystatus.c7620 int32_t memlimit_mb = 0; local
7639 task_convert_phys_footprint_limit(-1, &memlimit_mb);
7641 memlimit_mb = p->p_memstat_memlimit_inactive;
7648 memlimit_bytes = memlimit_mb * 1024 * 1024; /* MB to bytes */
8524 int32_t memlimit_mb; local
8533 memlimit_mb = p->p_memstat_memlimit;
8534 } else if (task_convert_phys_footprint_limit(-1, &memlimit_mb) != KERN_SUCCESS) {
8538 if (memlimit_mb <= 0) {
8541 memlimit_bytes = ((int64_t) memlimit_mb) << 20;