Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/kern/
H A Dkern_memorystatus.c7621 uint64_t memlimit_bytes = 0; local
7648 memlimit_bytes = memlimit_mb * 1024 * 1024; /* MB to bytes */
7653 if (footprint_in_bytes > memlimit_bytes) {
7654 delta_in_bytes = footprint_in_bytes - memlimit_bytes;
8525 int64_t memlimit_bytes; local
8539 memlimit_bytes = INT_MAX & ~((1 << 20) - 1);
8541 memlimit_bytes = ((int64_t) memlimit_mb) << 20;
8544 rc = memlimit_bytes - footprint_in_bytes;