Function simics_api_sys::bindings::frags_extract_alloc

source ยท
pub unsafe extern "C" fn frags_extract_alloc(
    buf: *const frags_t,
) -> *mut c_void
Expand description
return a copy of the contents of a frags_t

Return an allocated copy of the contents of buf. The buffer returned is allocated with MM_MALLOC(), and its ownership is passed to the caller, which should free it when appropriate.

This function is equivalent to allocating a buffer of the correct size with MM_MALLOC() followed by a call to frags_extract(), and is provided for convenience.

A newly allocated copy of the contents Cell Context frags_extract, frags_extract_slice, frags_extract_slice_alloc