Expand description
Raw unsafe access to the malloctl API.
Functions§
- name_
to_ mib - Translates
nameto amib(Management Information Base) - read⚠
- Uses the null-terminated string
nameas key to the MALLCTL NAMESPACE and reads its value. - read_
mib ⚠ - Uses the MIB
mibas key to the MALLCTL NAMESPACE and reads its value. - read_
str ⚠ - Uses the null-terminated string
nameas key to the MALLCTL NAMESPACE and reads its value. - read_
str_ ⚠mib - Uses the MIB
mibas key to the MALLCTL NAMESPACE and reads its value. - update⚠
- Uses the null-terminated string
nameas key to the MALLCTL NAMESPACE and writes itsvaluereturning its previous value. - update_
mib ⚠ - Uses the MIB
mibas key to the MALLCTL NAMESPACE and writes itsvaluereturning its previous value. - update_
str ⚠ - Uses the null-terminated string
nameas key to the MALLCTL NAMESPACE and writes itsvaluereturning its previous value. - update_
str_ ⚠mib - Uses the MIB
mibas key to the MALLCTL NAMESPACE and writes itsvaluereturning its previous value. - write⚠
- Uses the null-terminated string
nameas the key to the MALLCTL NAMESPACE and writes itvalue - write_
mib ⚠ - Uses the MIB
mibas key to the MALLCTL NAMESPACE and writes itsvalue. - write_
str - Uses the null-terminated string
nameas key to the MALLCTL NAMESPACE and writes itsvalue. - write_
str_ mib - Uses the MIB
mibas key to the MALLCTL NAMESPACE and writes itsvalue.