Home
last modified time | relevance | path

Searched refs:RLIMIT_AS (Results 1 - 25 of 62) sorted by relevance

123

/third_party/mksh/
H A Dulimit.c40 #ifdef RLIMIT_AS
41 #if !defined(RLIMIT_VMEM) || (RLIMIT_VMEM == RLIMIT_AS) || \
45 #if !defined(RLIMIT_RSS) || (RLIMIT_RSS == RLIMIT_AS)
61 #if defined(ULIMIT_M_IS_RSS) && defined(RLIMIT_AS) && \
62 !defined(__APPLE__) && (RLIMIT_RSS == RLIMIT_AS)
68 #if !defined(RLIMIT_AS) && !defined(ULIMIT_M_IS_VMEM) && defined(RLIMIT_VMEM)
73 (!defined(RLIMIT_RSS) || (defined(RLIMIT_AS) && (RLIMIT_RSS == RLIMIT_AS)))
77 #if defined(ULIMIT_M_IS_VMEM) && defined(RLIMIT_AS) && \
78 (RLIMIT_VMEM == RLIMIT_AS)
[all...]
/third_party/python/Lib/test/
H A Dtest_resource.py157 -1, resource.RLIMIT_AS)
158 limit = resource.getrlimit(resource.RLIMIT_AS)
159 self.assertEqual(resource.prlimit(0, resource.RLIMIT_AS), limit)
160 self.assertEqual(resource.prlimit(0, resource.RLIMIT_AS, limit),
173 limits = resource.getrlimit(resource.RLIMIT_AS)
174 self.assertEqual(resource.prlimit(0, resource.RLIMIT_AS, BadSeq()),
/third_party/ltp/testcases/kernel/mem/tunable/
H A Dovercommit_memory.c108 SAFE_GETRLIMIT(RLIMIT_AS, &lim); in setup()
116 SAFE_SETRLIMIT(RLIMIT_AS, &lim); in setup()
/third_party/musl/arch/mips/bits/
H A Dresource.h2 #define RLIMIT_AS 6 macro
/third_party/musl/arch/mips64/bits/
H A Dresource.h2 #define RLIMIT_AS 6 macro
/third_party/musl/arch/mipsn32/bits/
H A Dresource.h2 #define RLIMIT_AS 6 macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
H A Dresource.h61 #define RLIMIT_AS 9 macro
/third_party/ltp/testcases/kernel/syscalls/getrlimit/
H A Dgetrlimit01.c30 {RLIMIT_AS, "RLIMIT_AS"},
/third_party/libunwind/libunwind/tests/
H A Dtest-mem.c99 setrlimit (RLIMIT_AS, &rlim); in main()
/third_party/musl/libc-test/src/api/
H A Dsys_resource.c34 C(RLIMIT_AS) in f()
/third_party/musl/porting/liteos_m/kernel/include/sys/
H A Dresource.h86 #define RLIMIT_AS 9 macro
/third_party/musl/porting/uniproton/kernel/include/sys/
H A Dresource.h86 #define RLIMIT_AS 9 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H A Dresource.h86 #define RLIMIT_AS 9 macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
H A Dresource.h86 #define RLIMIT_AS 9 macro
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_init/
H A D4-1.c70 rc |= setrlimit(RLIMIT_AS, &rl); in child()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mmap/
H A D24-2.c17 * rlim_cur of resource RLIMIT_AS, setting MAP_FIXED;
63 if (getrlimit(RLIMIT_AS, &rlim) == -1) { in main()
/third_party/musl/include/sys/
H A Dresource.h86 #define RLIMIT_AS 9 macro
/third_party/toybox/toys/posix/
H A Dulimit.c68 RLIMIT_CPU, RLIMIT_NPROC, RLIMIT_AS}; in ulimit_main()
/third_party/rust/crates/libc/src/unix/linux_like/linux/arch/generic/
H A Dmod.rs246 pub const RLIMIT_AS: ::__rlimit_resource_t = 9; consts
266 pub const RLIMIT_AS: ::c_int = 9; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/arch/mips/
H A Dmod.rs227 pub const RLIMIT_AS: ::__rlimit_resource_t = 6; consts
247 pub const RLIMIT_AS: ::c_int = 6; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/arch/powerpc/
H A Dmod.rs208 pub const RLIMIT_AS: ::__rlimit_resource_t = 9; consts
229 pub const RLIMIT_AS: ::c_int = 9; consts
/third_party/python/Modules/
H A Dresource.c413 #ifdef RLIMIT_AS in resource_exec()
414 ADD_INT(module, RLIMIT_AS); in resource_exec()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_init/
H A D5-1.c152 if ((ret = setrlimit(RLIMIT_AS, &rl))) { in main()
/third_party/pulseaudio/src/daemon/
H A Ddaemon-conf.h103 #ifdef RLIMIT_AS
/third_party/skia/third_party/externals/swiftshader/tests/regres/shell/
H A Dshell_unix.go58 if err := syscall.Setrlimit(syscall.RLIMIT_AS, &syscall.Rlimit{Cur: limit, Max: limit}); err != nil {

Completed in 11 milliseconds

123