Function jemalloc_ctl::raw::write_str_mib
source · [−]Expand description
Uses the MIB mib as key to the MALLCTL NAMESPACE and writes its value.
The name_to_mib API translates a string of the key (e.g. arenas.nbins)
to a mib (Management Information Base).
Panics
If value is not a non-empty null-terminated string.