Searched refs:RLIMIT_STACK (Results 1 – 21 of 21) sorted by relevance
/external/compiler-rt/test/asan/TestCases/Linux/ |
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/kernel-headers/original/uapi/asm-generic/ |
D | resource.h | 18 #define RLIMIT_STACK 3 /* max stack size */ macro
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_posix_libcdep.cc | 96 rlim_t stack_size = getlim(RLIMIT_STACK); in StackSizeIsUnlimited() 101 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 | 226 CHECK_EQ(getrlimit(RLIMIT_STACK, &rl), 0); in GetThreadStackTopAndBottom()
|
/external/toybox/toys/posix/ |
D | ulimit.c | 65 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/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 | 208 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/avahi/avahi-daemon/ |
D | main.c | 1482 set_one_rlimit(RLIMIT_STACK, config.rlimit_stack, "RLIMIT_STACK"); in enforce_rlimits()
|
/external/pcre/dist/ |
D | pcretest.c | 3169 getrlimit(RLIMIT_STACK, &rlim); in main() 3171 rc = setrlimit(RLIMIT_STACK, &rlim); in main()
|
/external/pcre/dist/doc/ |
D | pcre.txt | 10426 getrlimit(RLIMIT_STACK, &rlim); 10428 setrlimit(RLIMIT_STACK, &rlim);
|