pub unsafe fn cabi_realloc(
old_ptr: *mut u8,
old_len: usize,
align: usize,
new_len: usize,
) -> *mut u8
Expand description
NB: this function is called by a generated function in the
cabi_realloc
module above. It’s otherwise never explicitly called.
For more information about this see ./ci/rebuild-libcabi-realloc.sh
.