[−][src]Function jemalloc_sys::MALLOCX_TCACHE
pub fn MALLOCX_TCACHE(tc: usize) -> c_int
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.