Searched refs:RLIMIT_AS (Results 1 – 7 of 7) sorted by relevance
30 getrlimit (RLIMIT_AS, &rl); in use_up_memory()32 setrlimit (RLIMIT_AS, &rl); in use_up_memory()
89 if (getrlimit (RLIMIT_AS, &limit) != 0) in do_test()100 if (setrlimit (RLIMIT_AS, &limit) != 0) in do_test()
67 RLIMIT_AS = 7, enumerator68 #define RLIMIT_AS RLIMIT_AS macro
67 RLIMIT_AS = 9, enumerator68 #define RLIMIT_AS RLIMIT_AS macro
67 RLIMIT_AS = 6, enumerator68 #define RLIMIT_AS RLIMIT_AS macro
31 RLIMIT_AS
Completed in 38 milliseconds