Searched refs:limit (Results 1 – 1 of 1) sorted by relevance
65 struct rlimit limit; in do_test() local66 if (getrlimit (RLIMIT_AS, &limit) != 0) in do_test()72 if (limit.rlim_cur == RLIM_INFINITY || limit.rlim_cur > target) in do_test()74 limit.rlim_cur = target; in do_test()75 if (setrlimit (RLIMIT_AS, &limit) != 0) in do_test()
Completed in 3 milliseconds