Function jemallocator::mallctl_set

source ·
pub unsafe fn mallctl_set<T>(name: &[u8], t: T) -> Result<(), i32>
Expand description

Set a value to option name.

Please note that if you want to set a string, use char* instead of &str or cstring.