Searched refs:RLIMIT_AS (Results 1 – 13 of 13) sorted by relevance
103 #define RLIMIT_AS RLIMIT_VMEM /* standard name for RLIMIT_VMEM */ macro
68 #ifdef RLIMIT_AS
168 #ifdef RLIMIT_AS // e.g. NetBSD doesn't have it.173 getrlimit (RLIMIT_AS, &r);175 setrlimit (RLIMIT_AS, &r);
682 # if defined (RLIMIT_AS) in ggc_rlimit_bound()685 if (getrlimit (RLIMIT_AS, &rlim) == 0 in ggc_rlimit_bound()
1862 # ifndef RLIMIT_AS1863 # define RLIMIT_AS RLIMIT_VMEM macro1868 # if defined(RLIMIT_AS) && !defined(RLIMIT_VMEM)1869 # define RLIMIT_VMEM RLIMIT_AS
72 RLIMIT_VMEM isn't defined, instead Linux has RLIMIT_AS which means the
815 #ifdef RLIMIT_AS in default_sort_size()816 if (getrlimit (RLIMIT_AS, &rlimit) == 0 && rlimit.rlim_cur < size) in default_sort_size()
113 RLIMIT_MEMLOCK, RLIMIT_AS
5130 not set RLIMIT_AS on HP-UX.5135 not set RLIMIT_AS on HP-UX.
47 RLIMIT_AS below 16MB on x86_64-linux.
109529 int f = RLIMIT_AS ;
6149 the smallest of actual RAM and @code{RLIMIT_DATA} or @code{RLIMIT_AS}. If6165 tries to ensure that RLIMIT_DATA or RLIMIT_AS are not exceeded, but