Function rust_hawktracer::ht_free[][src]

pub unsafe extern "C" fn ht_free(ptr: *mut c_void)

Releases memory allocated by ht_alloc.

@param ptr a pointer to the memory block to release.