fz_malloc_aligned

Function fz_malloc_aligned 

Source
pub unsafe extern "C" fn fz_malloc_aligned(
    ctx: *mut fz_context,
    size: usize,
    align: c_int,
) -> *mut c_void
Expand description

fz_malloc equivalent, except that the block is guaranteed aligned.
Block must be freed later using fz_free_aligned.