Home
last modified time | relevance | path

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

/misc/
A Dbug18240.c65 struct rlimit limit; in do_test() local
66 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