Searched refs:RLIMIT_AS (Results 1 – 14 of 14) sorted by relevance
| /freebsd-13.1/contrib/netbsd-tests/lib/libc/stdio/ |
| H A D | t_printf.c | 149 ATF_CHECK(setrlimit(RLIMIT_AS, &rl) != -1); in ATF_TC_BODY() 154 ATF_CHECK(setrlimit(RLIMIT_AS, &rl) != -1); in ATF_TC_BODY()
|
| /freebsd-13.1/contrib/apr/include/arch/unix/ |
| H A D | apr_arch_threadproc.h | 102 #if defined (RLIMIT_DATA) || defined (RLIMIT_VMEM) || defined(RLIMIT_AS)
|
| /freebsd-13.1/sys/sys/ |
| H A D | resource.h | 115 #define RLIMIT_AS RLIMIT_VMEM /* standard name for RLIMIT_VMEM */ macro
|
| /freebsd-13.1/contrib/apr/threadproc/unix/ |
| H A D | proc.c | 265 #if defined(RLIMIT_AS) in limit_proc() 267 if ((setrlimit(RLIMIT_AS, attr->limit_mem)) != 0) { in limit_proc() 695 #if defined(RLIMIT_DATA) || defined(RLIMIT_VMEM) || defined(RLIMIT_AS) in apr_procattr_limit_set()
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_posix_libcdep.cpp | 122 rlim_t as_size = getlim(RLIMIT_AS); in AddressSpaceIsUnlimited() 127 setlim(RLIMIT_AS, RLIM_INFINITY); in SetAddressSpaceUnlimited()
|
| /freebsd-13.1/crypto/heimdal/appl/rsh/ |
| H A D | limits_conf.c | 68 #ifdef RLIMIT_AS
|
| /freebsd-13.1/crypto/heimdal/appl/login/ |
| H A D | limits_conf.c | 68 #ifdef RLIMIT_AS
|
| /freebsd-13.1/contrib/unbound/daemon/ |
| H A D | unbound.c | 215 #ifdef RLIMIT_AS in checkrlimits() 216 if(getrlimit(RLIMIT_AS, &rlim) == 0) { in checkrlimits()
|
| /freebsd-13.1/contrib/netbsd-tests/lib/libc/sys/ |
| H A D | t_setrlimit.c | 62 RLIMIT_AS,
|
| /freebsd-13.1/contrib/tcsh/ |
| H A D | sh.func.c | 1882 # ifndef RLIMIT_AS 1883 # define RLIMIT_AS RLIMIT_VMEM macro 1888 # if defined(RLIMIT_AS) && !defined(RLIMIT_VMEM) 1889 # define RLIMIT_VMEM RLIMIT_AS
|
| H A D | WishList | 72 RLIMIT_VMEM isn't defined, instead Linux has RLIMIT_AS which means the
|
| /freebsd-13.1/sys/compat/linprocfs/ |
| H A D | linprocfs.c | 1779 { "Max address space", "bytes", RLIMIT_AS },
|
| /freebsd-13.1/sys/compat/linux/ |
| H A D | linux_misc.c | 107 RLIMIT_MEMLOCK, RLIMIT_AS
|
| /freebsd-13.1/contrib/unbound/doc/ |
| H A D | Changelog | 473 - Merge PR #487: ifdef RLIMIT_AS in recently added check.
|