Home
last modified time | relevance | path

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

/xnu-12377.81.4/bsd/i386/
H A Dvmparam.h43 #ifndef DFLDSIZ
44 #define DFLDSIZ (RLIM_INFINITY) /* initial data size limit */ macro
/xnu-12377.81.4/bsd/arm/
H A Dvmparam.h22 #ifndef DFLDSIZ
23 #define DFLDSIZ (RLIM_INFINITY) /* initial data size limit */ macro
/xnu-12377.81.4/bsd/kern/
H A Dbsd_init.c389 struct rlimit vm_initial_limit_data = { .rlim_cur = DFLDSIZ, .rlim_max = MAXDSIZ };