[][src]Function libipt_sys::pt_iscache_alloc

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

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.