heap_aligned_realloc

Function heap_aligned_realloc 

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