pub fn apply_mlockall_preset(preset: MlockallPreset) -> Result<(), String>Expand description
Apply an mlockall preset to the current process.
If preset is None, this is a no-op.
pub fn apply_mlockall_preset(preset: MlockallPreset) -> Result<(), String>Apply an mlockall preset to the current process.
If preset is None, this is a no-op.