pub unsafe extern "C" fn pt_image_alloc(
name: *const c_char,
) -> *mut pt_imageExpand 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.