Go to the documentation of this file.
   29 #ifndef _SYS_RESOURCE_H_ 
   30 #define _SYS_RESOURCE_H_ 
   34 #ifndef _RLIM_T_DECLARED 
   36 #define _RLIM_T_DECLARED 
   44 #define RLIMIT_FSIZE    1                
   46 #define RLIMIT_STACK    3                
   49 #define RLIMIT_MEMLOCK  6                
   50 #define RLIMIT_NPROC    7                
   51 #define RLIMIT_NOFILE   8                
   52 #define RLIMIT_SBSIZE   9                
   53 #define RLIMIT_VMEM     10               
   54 #define RLIMIT_AS       RLIMIT_VMEM      
   55 #define RLIMIT_NPTS     11               
   56 #define RLIMIT_SWAP     12               
   57 #define RLIMIT_KQUEUES  13               
   58 #define RLIMIT_UMTXP    14               
   60 #define RLIM_NLIMITS    15