Function procfs::sys::vm::set_max_map_count [−][src]
pub fn set_max_map_count(count: u64) -> ProcResult<()>
Set the maximum number of memory map areas a process may have.
Memory map areas are used as a side-effect of calling malloc, directly by mmap, mprotect, and madvise, and also when loading shared libraries.