tikv_jemalloc_sys

Function 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.