Skip to main content

silicera_profile_free

Function silicera_profile_free 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn silicera_profile_free( profile: *mut SiliceraProfile, )
Expand description

Free a profile handle from silicera_profile_load.

ยงSafety

profile must be null or a unique handle from silicera_profile_load. Double-free is undefined.