Searched refs:RLIMIT_STACK (Results 1 – 25 of 25) sorted by relevance
/external/compiler-rt/test/asan/TestCases/Linux/ |
D | stack-overflow-recovery-mode.cc | 20 int res = getrlimit(RLIMIT_STACK, &rlim); in LimitStackAndReexec() 24 res = setrlimit(RLIMIT_STACK, &rlim); in LimitStackAndReexec()
|
D | stack-overflow-sigbus.cc | 30 int res = getrlimit(RLIMIT_STACK, &rlim); in LimitStackAndReexec() 34 res = setrlimit(RLIMIT_STACK, &rlim); in LimitStackAndReexec()
|
/external/strace/xlat/ |
D | resources.h | 56 #if defined(RLIMIT_STACK) || (defined(HAVE_DECL_RLIMIT_STACK) && HAVE_DECL_RLIMIT_STACK) 57 XLAT(RLIMIT_STACK),
|
D | resources.in | 16 RLIMIT_STACK
|
/external/compiler-rt/test/asan/TestCases/Posix/ |
D | stack-overflow.cc | 92 int res = getrlimit(RLIMIT_STACK, &rlim); in LimitStackAndReexec() 96 res = setrlimit(RLIMIT_STACK, &rlim); in LimitStackAndReexec()
|
/external/mksh/src/ |
D | rlimits.gen | 43 #ifdef RLIMIT_STACK 44 FN("stack(KiB)", RLIMIT_STACK, 1024, 's') 162 #ifdef RLIMIT_STACK
|
D | rlimits.opt | 47 >s|RLIMIT_STACK 48 FN("stack(KiB)", RLIMIT_STACK, 1024
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_posix_libcdep.cc | 97 rlim_t stack_size = getlim(RLIMIT_STACK); in StackSizeIsUnlimited() 102 return (uptr)getlim(RLIMIT_STACK); in GetStackSizeLimitInBytes() 106 setlim(RLIMIT_STACK, (rlim_t)limit); in SetStackSizeLimitInBytes()
|
D | sanitizer_linux_libcdep.cc | 84 CHECK_EQ(getrlimit(RLIMIT_STACK, &rl), 0); in GetThreadStackTopAndBottom()
|
D | sanitizer_mac.cc | 258 CHECK_EQ(getrlimit(RLIMIT_STACK, &rl), 0); in GetThreadStackTopAndBottom()
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | resource.h | 18 #define RLIMIT_STACK 3 /* max stack size */ macro
|
/external/compiler-rt/test/esan/TestCases/ |
D | large-stack-linux.c | 17 Res = setrlimit(RLIMIT_STACK, &Limit); in testChildStackLimit()
|
/external/ltp/testcases/kernel/syscalls/getrlimit/ |
D | getrlimit01.c | 42 {RLIMIT_STACK, "RLIMIT_STACK"},
|
/external/ltp/testcases/kernel/mem/thp/ |
D | thp01.c | 84 if (setrlimit(RLIMIT_STACK, &rl) == -1) { in main()
|
/external/toybox/toys/posix/ |
D | ulimit.c | 66 RLIMIT_MSGQUEUE, RLIMIT_RTTIME, RLIMIT_RTPRIO, RLIMIT_STACK, in ulimit_main()
|
/external/compiler-rt/lib/safestack/ |
D | safestack.cc | 217 if (getrlimit(RLIMIT_STACK, &limit) == 0 && limit.rlim_cur != RLIM_INFINITY) in __safestack_init()
|
/external/ltp/testcases/kernel/syscalls/mincore/ |
D | mincore01.c | 123 if (setrlimit(RLIMIT_STACK, &limit) != 0) in setup2()
|
/external/libunwind/tests/ |
D | Gperf-simple.c | 239 setrlimit (RLIMIT_STACK, &rlim); in main()
|
D | Gperf-trace.c | 225 setrlimit (RLIMIT_STACK, &rlim); in main()
|
/external/libchrome/base/threading/ |
D | platform_thread_mac.mm | 233 getrlimit(RLIMIT_STACK, &stack_rlimit) == 0 &&
|
/external/bison/m4/ |
D | printf.m4 | 1016 #ifdef RLIMIT_STACK 1017 if (getrlimit (RLIMIT_STACK, &limit) < 0) 1022 if (setrlimit (RLIMIT_STACK, &limit) < 0)
|
/external/valgrind/include/vki/ |
D | vki-darwin.h | 652 #define VKI_RLIMIT_STACK RLIMIT_STACK
|
D | vki-solaris.h | 801 #define VKI_RLIMIT_STACK RLIMIT_STACK
|
/external/pcre/dist2/src/ |
D | pcre2test.c | 7231 getrlimit(RLIMIT_STACK, &rlim); 7241 rc = setrlimit(RLIMIT_STACK, &rlim);
|
/external/pcre/dist2/doc/ |
D | pcre2.txt | 9226 getrlimit(RLIMIT_STACK, &rlim); 9228 setrlimit(RLIMIT_STACK, &rlim);
|