Searched refs:limit_in_bytes_ (Results 1 – 2 of 2) sorted by relevance
640 if (!ParseInt(args[1], &limit_in_bytes_, 0)) { in ParseMemcgLimitInBytes()1083 bool use_memcg = swappiness_ != -1 || soft_limit_in_bytes_ != -1 || limit_in_bytes_ != -1 || in Start()1102 size_t computed_limit_in_bytes = limit_in_bytes_; in Start()
226 int limit_in_bytes_ = -1; variable