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