[][src]Function libipt_sys::pt_image_alloc

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

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.