Next: posix resources rusage, Up: posix resources [Index]
struct-rlimitScheme level representation of the C language type struct rlimit,
(libc)struct rlimit. Hold the soft and hard
limits of a resource.
rlim_curAn exact integer representing the soft limit.
rlim_maxAn exact integer representing the hard limit.
Build and return a new instance of struct-rlimit. When no
arguments are given: the fields are initialised with the fixnum zero.
Return #t if obj is an instance of struct-rlimit.
Accessors for the fields of struct-rlimit.
Mutators for the fields of struct-rlimit.