summaryrefslogtreecommitdiff
path: root/vendor/wit-bindgen-rt/src/cabi_realloc.rs
blob: 5a2fd72f6864eb0e7e5eb5877b6544a1ac12b07f (plain)
1
2
3
4
5
6
7
8
9
10
11
// This file is generated by ./ci/rebuild-libcabi-realloc.sh

#[unsafe(no_mangle)]
pub unsafe extern "C" fn cabi_realloc_wit_bindgen_0_39_0(
    old_ptr: *mut u8,
    old_len: usize,
    align: usize,
    new_len: usize,
) -> *mut u8 {
    crate::cabi_realloc(old_ptr, old_len, align, new_len)
}