Searched refs:cs_malloc (Results 1 – 8 of 8) sorted by relevance
79 insn = cs_malloc(handle); in test()
219 insn = cs_malloc(handle); in LLVMFuzzerTestOneInput()
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 …
262 insn = cs_malloc(handle); in test()
562 cs_insn * CAPSTONE_API cs_malloc(csh handle);
1052 cs_insn * CAPSTONE_API cs_malloc(csh ud) in cs_malloc() function
453 - New API: cs_disasm_iter & cs_malloc. See docs/README for tutorials.