Function bmem_aligned_realloc

Source
pub unsafe extern "C" fn bmem_aligned_realloc(
    mem: *mut byte_t,
    size: u32,
    new_size: u32,
    align: u32,
) -> *mut byte_t