Searched refs:RLIMIT_AS (Results 1 – 17 of 17) sorted by relevance
/freebsd/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/sys/sys/ |
H A D | resource.h | 112 #define RLIMIT_AS RLIMIT_VMEM /* standard name for RLIMIT_VMEM */ macro
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_posix_libcdep.cpp | 142 rlim_t as_size = getlim(RLIMIT_AS); in AddressSpaceIsUnlimited() 147 setlim(RLIMIT_AS, RLIM_INFINITY); in SetAddressSpaceUnlimited()
|
/freebsd/crypto/heimdal/appl/login/ |
H A D | limits_conf.c | 68 #ifdef RLIMIT_AS
|
/freebsd/crypto/heimdal/appl/rsh/ |
H A D | limits_conf.c | 68 #ifdef RLIMIT_AS
|
/freebsd/contrib/unbound/daemon/ |
H A D | unbound.c | 215 #ifdef RLIMIT_AS in checkrlimits() 216 if(getrlimit(RLIMIT_AS, &rlim) == 0) { in checkrlimits()
|
/freebsd/tools/test/stress2/misc/ |
H A D | syzkaller64.sh | 193 setrlimit(RLIMIT_AS, &rlim);
|
H A D | syzkaller47.sh | 263 setrlimit(RLIMIT_AS, &rlim);
|
H A D | syzkaller52.sh | 216 setrlimit(RLIMIT_AS, &rlim);
|
H A D | syzkaller25.sh | 276 setrlimit(RLIMIT_AS, &rlim);
|
H A D | syzkaller69.sh | 308 setrlimit(RLIMIT_AS, &rlim);
|
/freebsd/contrib/netbsd-tests/lib/libc/sys/ |
H A D | t_setrlimit.c | 62 RLIMIT_AS,
|
/freebsd/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/sys/compat/linprocfs/ |
H A D | linprocfs.c | 1874 { "Max address space", "bytes", RLIMIT_AS },
|
/freebsd/sys/compat/linux/ |
H A D | linux_misc.c | 91 RLIMIT_MEMLOCK, RLIMIT_AS
|
/freebsd/contrib/unbound/doc/ |
H A D | Changelog | 2120 - Merge PR #487: ifdef RLIMIT_AS in recently added check.
|