Function libmimalloc_sys::mi_aligned_alloc
source ยท pub unsafe extern "C" fn mi_aligned_alloc(
alignment: usize,
size: usize,
) -> *mut c_void
Expand description
Allocate size
bytes aligned by alignment
with alignment as the first
parameter.
Return pointer to the allocated memory or null if out of memory.