libipt_sys

Function pt_image_alloc

Source
pub unsafe extern "C" fn pt_image_alloc(
    name: *const c_char,
) -> *mut pt_image
Expand description

Allocate a traced memory image.

An optional @name may be given to the image. The name string is copied.

Returns a new traced memory image on success, NULL otherwise.