Function tikv_jemalloc_sys::MALLOCX_TCACHE
source · pub const fn MALLOCX_TCACHE(tc: usize) -> c_int
Expand description
Use the thread-specific cache (tcache) specified by the identifier tc
.
§Safety
tc
must have been acquired via the tcache.create mallctl
. This function
does not validate that tc
specifies a valid identifier.