libipt_sys

Function pt_iscache_alloc

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

Allocate a traced memory image section cache.

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

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