Searched refs:rl (Results 1 – 2 of 2) sorted by relevance
29 struct rlimit rl; in use_up_memory() local30 getrlimit (RLIMIT_AS, &rl); in use_up_memory()31 rl.rlim_cur = 10 * 1024 * 1024; in use_up_memory()32 setrlimit (RLIMIT_AS, &rl); in use_up_memory()
203 struct rlimit rl = { 0, 0 }; in grantpt() local204 __setrlimit (RLIMIT_CORE, &rl); in grantpt()
Completed in 5 milliseconds