[][src]Function tikv_jemalloc_sys::MALLOCX_ALIGN

pub fn MALLOCX_ALIGN(aling: usize) -> c_int

Align the memory allocation to start at an address that is a multiple of align, where a is a power of two.

Safety

This macro does not validate that a is a power of 2.