Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/sys/
H A Dresource.h509 #define RLIMIT_AS 5 /* address space (resident set size) */ macro
511 #define RLIMIT_RSS RLIMIT_AS /* source compatibility alias */
/xnu-12377.1.9/bsd/kern/
H A Dkern_resource.c1647 case RLIMIT_AS: in dosetrlimit()
H A Dkern_exec.c1531 vm_map_set_size_limit(map, proc_limitgetcur(p, RLIMIT_AS)); in exec_mach_imgact()