/external/kernel-headers/original/uapi/asm-generic/ |
D | resource.h | 37 #ifndef RLIMIT_AS 38 # define RLIMIT_AS 9 /* address space limit */ macro
|
/external/strace/xlat/ |
D | resources.h | 11 #if defined(RLIMIT_AS) || (defined(HAVE_DECL_RLIMIT_AS) && HAVE_DECL_RLIMIT_AS) 12 XLAT(RLIMIT_AS),
|
D | resources.in | 1 RLIMIT_AS
|
/external/libchrome/sandbox/linux/seccomp-bpf-helpers/ |
D | syscall_parameters_restrictions_unittests.cc | 198 BPF_ASSERT_EQ(0, sys_prlimit64(0, RLIMIT_AS, NULL, NULL)); in BPF_TEST_C() 199 BPF_ASSERT_EQ(0, sys_prlimit64(getpid(), RLIMIT_AS, NULL, NULL)); in BPF_TEST_C() 208 sys_prlimit64(kInitPID, RLIMIT_AS, NULL, NULL); in BPF_DEATH_TEST_C()
|
/external/ltp/testcases/kernel/mem/tunable/ |
D | overcommit_memory.c | 167 SAFE_GETRLIMIT(NULL, RLIMIT_AS, &lim); in setup() 175 SAFE_SETRLIMIT(NULL, RLIMIT_AS, &lim); in setup()
|
/external/kernel-headers/original/uapi/asm-mips/asm/ |
D | resource.h | 18 #define RLIMIT_AS 6 /* address space limit */ macro
|
/external/compiler-rt/test/asan/TestCases/Linux/ |
D | rlimit_mmap_test.cc | 12 assert(0 == setrlimit(RLIMIT_AS, &mmap_resource_limit)); in main()
|
/external/ltp/testcases/kernel/syscalls/getrlimit/ |
D | getrlimit01.c | 48 {RLIMIT_AS, "RLIMIT_AS"},
|
/external/libunwind/tests/ |
D | test-mem.c | 99 setrlimit (RLIMIT_AS, &rlim); in main()
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_init/ |
D | 4-1.c | 73 rc |= setrlimit(RLIMIT_AS, &rl); in child()
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mmap/ |
D | 24-2.c | 64 if (getrlimit(RLIMIT_AS, &rlim) == -1) { in main()
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_posix_libcdep.cc | 111 rlim_t as_size = getlim(RLIMIT_AS); in AddressSpaceIsUnlimited() 116 setlim(RLIMIT_AS, RLIM_INFINITY); in SetAddressSpaceUnlimited()
|
/external/toybox/toys/posix/ |
D | ulimit.c | 67 RLIMIT_CPU, RLIMIT_NPROC, RLIMIT_AS}; in ulimit_main()
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_init/ |
D | 5-1.c | 159 if ((ret = setrlimit(RLIMIT_AS, &rl))) { in main()
|
/external/ltp/testcases/kernel/syscalls/mincore/ |
D | mincore01.c | 143 if (getrlimit(RLIMIT_AS, &as_lim) == -1) { in setup4()
|
/external/swiftshader/third_party/LLVM/lib/Support/Unix/ |
D | Program.inc | 171 #ifdef RLIMIT_AS // e.g. NetBSD doesn't have it. 173 getrlimit (RLIMIT_AS, &r); 175 setrlimit (RLIMIT_AS, &r);
|
/external/mksh/src/ |
D | funcs.c | 3544 #ifdef RLIMIT_AS 3545 #if !defined(RLIMIT_VMEM) || (RLIMIT_VMEM == RLIMIT_AS) || \ 3549 #if !defined(RLIMIT_RSS) || (RLIMIT_RSS == RLIMIT_AS) 3565 #if defined(ULIMIT_M_IS_RSS) && defined(RLIMIT_AS) && (RLIMIT_RSS == RLIMIT_AS) 3570 #if !defined(RLIMIT_AS) && !defined(ULIMIT_M_IS_VMEM) && defined(RLIMIT_VMEM) 3575 (!defined(RLIMIT_RSS) || (defined(RLIMIT_AS) && (RLIMIT_RSS == RLIMIT_AS))) 3579 #if defined(ULIMIT_M_IS_VMEM) && defined(RLIMIT_AS) && \ 3580 (RLIMIT_VMEM == RLIMIT_AS)
|
D | rlimits.opt | 103 FN("address-space(KiB)", RLIMIT_AS, 1024
|
D | rlimits.gen | 101 FN("address-space(KiB)", RLIMIT_AS, 1024, 'v')
|
/external/llvm/lib/Support/Unix/ |
D | Program.inc | 166 #ifdef RLIMIT_AS // e.g. NetBSD doesn't have it. 171 getrlimit (RLIMIT_AS, &r); 173 setrlimit (RLIMIT_AS, &r);
|
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_mutex_init/ |
D | s-c.c | 118 if ((ret = setrlimit(RLIMIT_AS, &rl))) { in main()
|
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_init/ |
D | s-c.c | 118 if ((ret = setrlimit(RLIMIT_AS, &rl))) { in main()
|
/external/bison/m4/ |
D | printf.m4 | 1005 /* On Linux systems, malloc() is limited by RLIMIT_AS. */ 1006 #ifdef RLIMIT_AS 1007 if (getrlimit (RLIMIT_AS, &limit) < 0) 1012 if (setrlimit (RLIMIT_AS, &limit) < 0)
|
/external/valgrind/include/vki/ |
D | vki-darwin.h | 655 #define VKI_RLIMIT_RSS RLIMIT_AS
|