Home
last modified time | relevance | path

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

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