Home
last modified time | relevance | path

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

/xnu-8020.140.41/bsd/kern/ !
H A Dkern_memorystatus.c7621 int32_t memlimit_mb = 0; local
7640 task_convert_phys_footprint_limit(-1, &memlimit_mb);
7642 memlimit_mb = p->p_memstat_memlimit_inactive;
7649 memlimit_bytes = memlimit_mb * 1024 * 1024; /* MB to bytes */
8537 int32_t memlimit_mb; local
8546 memlimit_mb = p->p_memstat_memlimit;
8547 } else if (task_convert_phys_footprint_limit(-1, &memlimit_mb) != KERN_SUCCESS) {
8551 if (memlimit_mb <= 0) {
8554 memlimit_bytes = ((int64_t) memlimit_mb) << 20;