Function capstone_sys::cs_free

source ·
pub unsafe extern "C" fn cs_free(insn: *mut cs_insn, count: usize)
Expand description

Free memory allocated by cs_malloc() or cs_disasm() (argument @insn)

@insn: pointer returned by @insn argument in cs_disasm() or cs_malloc() @count: number of cs_insn structures returned by cs_disasm(), or 1 to free memory allocated by cs_malloc().