Module tikv_jemalloc_ctl::raw
source · Expand description
Raw unsafe
access to the malloctl
API.
Functions§
- Translates
name
to amib
(Management Information Base) - read⚠Uses the null-terminated string
name
as key to the MALLCTL NAMESPACE and reads its value. - Uses the MIB
mib
as key to the MALLCTL NAMESPACE and reads its value. - Uses the null-terminated string
name
as key to the MALLCTL NAMESPACE and reads its value. - Uses the MIB
mib
as key to the MALLCTL NAMESPACE and reads its value. - Uses the null-terminated string
name
as key to the MALLCTL NAMESPACE and writes itsvalue
returning its previous value. - Uses the MIB
mib
as key to the MALLCTL NAMESPACE and writes itsvalue
returning its previous value. - Uses the null-terminated string
name
as key to the MALLCTL NAMESPACE and writes itsvalue
returning its previous value. - Uses the MIB
mib
as key to the MALLCTL NAMESPACE and writes itsvalue
returning its previous value. - Uses the null-terminated string
name
as the key to the MALLCTL NAMESPACE and writes itvalue
- Uses the MIB
mib
as key to the MALLCTL NAMESPACE and writes itsvalue
. - Uses the null-terminated string
name
as key to the MALLCTL NAMESPACE and writes itsvalue
. - Uses the MIB
mib
as key to the MALLCTL NAMESPACE and writes itsvalue
.