Searched refs:memlimit_bytes (Results 1 – 1 of 1) sorted by relevance
7825 uint64_t memlimit_bytes = 0; local7852 memlimit_bytes = memlimit_mb * 1024 * 1024; /* MB to bytes */7857 if (footprint_in_bytes > memlimit_bytes) {7858 delta_in_bytes = footprint_in_bytes - memlimit_bytes;8858 int64_t memlimit_bytes; local8872 memlimit_bytes = INT_MAX & ~((1 << 20) - 1);8874 memlimit_bytes = ((int64_t) memlimit_mb) << 20;8877 rc = memlimit_bytes - footprint_in_bytes;