Function tikv_jemalloc_sys::MALLOCX_TCACHE
source · [−]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.