Function rust_hawktracer::ht_realloc[][src]

pub unsafe extern "C" fn ht_realloc(
    ptr: *mut c_void,
    size: usize
) -> *mut c_void

Changes the size of the memory block.

@param ptr a pointer to the memory block. @param size new size of the memory block.

@return a pointer to reallocated memory.