pub const RLIMIT_MEMLOCK: c_int = 8;Expand description
Non-POSIX, see https://www.man7.org/linux/man-pages/man2/getrlimit.2.html.
This is the maximum number of bytes of memory that may be locked into RAM.
pub const RLIMIT_MEMLOCK: c_int = 8;Non-POSIX, see https://www.man7.org/linux/man-pages/man2/getrlimit.2.html.
This is the maximum number of bytes of memory that may be locked into RAM.