[][src]Function tikv_jemalloc_sys::MALLOCX_ARENA

pub fn MALLOCX_ARENA(a: usize) -> c_int

Use the arena specified by the index a.

This option has no effect for regions that were allocated via an arena other than the one specified.

Safety

This function does not validate that a specifies an arena index in the valid range.