Searched refs:STACKSIZE (Results 1 – 2 of 2) sorted by relevance
21 #define STACKSIZE (8 * 1024 * 1024) macro34 if ((lim.rlim_cur == RLIM_INFINITY) || (lim.rlim_cur > STACKSIZE)) { in set_stklim()35 lim.rlim_cur = STACKSIZE; in set_stklim()
19 #define STACKSIZE (512 << 10) /* 512 KiB */ macro25 STACKSIZE) >> 17) - 2)