HomeSort by relevance Sort by last modified time
    Searched refs:RLIMIT_AS (Results 1 - 25 of 91) sorted by null

1 2 3 4

  /bionic/libc/kernel/uapi/asm-mips/asm/
resource.h 22 #define RLIMIT_AS 6
  /external/kernel-headers/original/uapi/asm-mips/asm/
resource.h 19 #define RLIMIT_AS 6 /* address space limit */
  /bionic/libc/kernel/uapi/asm-generic/
resource.h 38 #ifndef RLIMIT_AS
39 #define RLIMIT_AS 9
  /external/kernel-headers/original/uapi/asm-generic/
resource.h 38 #ifndef RLIMIT_AS
39 # define RLIMIT_AS 9 /* address space limit */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
resource.h 37 #ifndef RLIMIT_AS
38 # define RLIMIT_AS 9 /* address space limit */
  /external/compiler-rt/test/asan/TestCases/Linux/
rlimit_mmap_test.cc 12 assert(0 == setrlimit(RLIMIT_AS, &mmap_resource_limit));
  /frameworks/av/media/libmedia/
MediaUtils.cpp 70 // higher than total physical memory. This is fine for RLIMIT_AS.
83 getrlimit(RLIMIT_AS, &limit);
86 setrlimit(RLIMIT_AS, &limit);
89 getrlimit(RLIMIT_AS, &limit);
  /external/strace/xlat/
resources.h 11 #if defined(RLIMIT_AS) || (defined(HAVE_DECL_RLIMIT_AS) && HAVE_DECL_RLIMIT_AS)
12 XLAT(RLIMIT_AS),
  /external/python/cpython3/Lib/test/
test_resource.py 153 1, resource.RLIMIT_AS)
155 -1, resource.RLIMIT_AS)
156 limit = resource.getrlimit(resource.RLIMIT_AS)
157 self.assertEqual(resource.prlimit(0, resource.RLIMIT_AS), limit)
158 self.assertEqual(resource.prlimit(0, resource.RLIMIT_AS, limit),
171 limits = resource.getrlimit(resource.RLIMIT_AS)
172 self.assertEqual(resource.prlimit(0, resource.RLIMIT_AS, BadSeq()),
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
resource.h 69 RLIMIT_AS = 9,
70 #define RLIMIT_AS RLIMIT_AS
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
resource.h 69 RLIMIT_AS = 9,
70 #define RLIMIT_AS RLIMIT_AS
  /bionic/tests/headers/posix/
sys_resource_h.c 63 MACRO(RLIMIT_AS);
  /external/ltp/testcases/kernel/mem/tunable/
overcommit_memory.c 123 SAFE_GETRLIMIT(RLIMIT_AS, &lim);
131 SAFE_SETRLIMIT(RLIMIT_AS, &lim);
  /external/mksh/src/
rlimits.opt 103 FN("address-space(KiB)", RLIMIT_AS, 1024
rlimits.gen 101 FN("address-space(KiB)", RLIMIT_AS, 1024, 'v')
  /external/libunwind/tests/
test-mem.c 99 setrlimit (RLIMIT_AS, &rlim);
  /external/ltp/testcases/kernel/syscalls/getrlimit/
getrlimit01.c 48 {RLIMIT_AS, "RLIMIT_AS"},
  /external/perfetto/src/base/
page_allocator_unittest.cc 82 ASSERT_EQ(0, setrlimit(RLIMIT_AS, &limit));
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mmap/
24-2.c 17 * rlim_cur of resource RLIMIT_AS, setting MAP_FIXED;
64 if (getrlimit(RLIMIT_AS, &rlim) == -1) {
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_init/
4-1.c 73 rc |= setrlimit(RLIMIT_AS, &rl);
  /external/toybox/toys/posix/
ulimit.c 67 RLIMIT_CPU, RLIMIT_NPROC, RLIMIT_AS};
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_init/
5-1.c 159 if ((ret = setrlimit(RLIMIT_AS, &rl))) {
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
resource.c 285 #ifdef RLIMIT_AS
286 PyModule_AddIntConstant(m, "RLIMIT_AS", RLIMIT_AS);
  /external/python/cpython2/Modules/
resource.c 302 #ifdef RLIMIT_AS
303 PyModule_AddIntConstant(m, "RLIMIT_AS", RLIMIT_AS);
  /external/ltp/testcases/kernel/syscalls/mincore/
mincore01.c 143 SAFE_GETRLIMIT(cleanup, RLIMIT_AS, &as_lim);

Completed in 392 milliseconds

1 2 3 4