Searched refs:cs_malloc (Results 1 – 7 of 7) sorted by relevance
79 insn = cs_malloc(handle); in test()
77 return cs_malloc(handle); in bs_malloc()
384 Public Declare Function cs_malloc Lib "vbCapstone.dll" Alias "bs_malloc" (ByVal handle As Long) As …
205 insn = cs_malloc(handle); in test()
492 cs_insn * CAPSTONE_API cs_malloc(csh handle);
699 cs_insn * CAPSTONE_API cs_malloc(csh ud) in cs_malloc() function
306 - New API: cs_disasm_iter & cs_malloc. See docs/README for tutorials.