Searched refs:RLIMIT_AS (Results 1 – 18 of 18) sorted by relevance
| /freebsd-12.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-12.1/contrib/apr/include/arch/unix/ |
| H A D | apr_arch_threadproc.h | 93 #if defined (RLIMIT_DATA) || defined (RLIMIT_VMEM) || defined(RLIMIT_AS)
|
| /freebsd-12.1/sys/sys/ |
| H A D | resource.h | 115 #define RLIMIT_AS RLIMIT_VMEM /* standard name for RLIMIT_VMEM */ macro
|
| /freebsd-12.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() 683 #if defined(RLIMIT_DATA) || defined(RLIMIT_VMEM) || defined(RLIMIT_AS) in apr_procattr_limit_set()
|
| /freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_posix_libcdep.cc | 130 rlim_t as_size = getlim(RLIMIT_AS); in AddressSpaceIsUnlimited() 135 setlim(RLIMIT_AS, RLIM_INFINITY); in SetAddressSpaceUnlimited()
|
| H A D | sanitizer_platform_limits_openbsd.h | 34 #define RLIMIT_AS RLIMIT_DATA macro
|
| /freebsd-12.1/crypto/heimdal/appl/login/ |
| H A D | limits_conf.c | 68 #ifdef RLIMIT_AS
|
| /freebsd-12.1/crypto/heimdal/appl/rsh/ |
| H A D | limits_conf.c | 68 #ifdef RLIMIT_AS
|
| /freebsd-12.1/contrib/gcc/ |
| H A D | ggc-common.c | 682 # if defined (RLIMIT_AS) in ggc_rlimit_bound() 685 if (getrlimit (RLIMIT_AS, &rlim) == 0 in ggc_rlimit_bound()
|
| /freebsd-12.1/contrib/netbsd-tests/lib/libc/sys/ |
| H A D | t_setrlimit.c | 62 RLIMIT_AS,
|
| /freebsd-12.1/contrib/tcsh/ |
| H A D | sh.func.c | 1887 # ifndef RLIMIT_AS 1888 # define RLIMIT_AS RLIMIT_VMEM macro 1893 # if defined(RLIMIT_AS) && !defined(RLIMIT_VMEM) 1894 # define RLIMIT_VMEM RLIMIT_AS
|
| H A D | WishList | 72 RLIMIT_VMEM isn't defined, instead Linux has RLIMIT_AS which means the
|
| /freebsd-12.1/sys/compat/linprocfs/ |
| H A D | linprocfs.c | 1480 { "Max address space", "bytes", RLIMIT_AS },
|
| /freebsd-12.1/sys/compat/linux/ |
| H A D | linux_misc.c | 120 RLIMIT_MEMLOCK, RLIMIT_AS
|
| /freebsd-12.1/contrib/libstdc++/ |
| H A D | ChangeLog-2004 | 5130 not set RLIMIT_AS on HP-UX. 5135 not set RLIMIT_AS on HP-UX.
|
| H A D | ChangeLog-2006 | 47 RLIMIT_AS below 16MB on x86_64-linux.
|
| H A D | configure | 109529 int f = RLIMIT_AS ;
|
| /freebsd-12.1/contrib/gcc/doc/ |
| H A D | invoke.texi | 6178 the smallest of actual RAM and @code{RLIMIT_DATA} or @code{RLIMIT_AS}. If 6194 tries to ensure that RLIMIT_DATA or RLIMIT_AS are not exceeded, but
|