Home
last modified time | relevance | path

Searched refs:cs_malloc (Results 1 – 7 of 7) sorted by relevance

/external/capstone/suite/benchmark/
Dtest_iter_benchmark.c79 insn = cs_malloc(handle); in test()
/external/capstone/bindings/vb6/
DvbCapstone.cpp77 return cs_malloc(handle); in bs_malloc()
DModule1.bas384 Public Declare Function cs_malloc Lib "vbCapstone.dll" Alias "bs_malloc" (ByVal handle As Long) As …
/external/capstone/tests/
Dtest_iter.c205 insn = cs_malloc(handle); in test()
/external/capstone/include/
Dcapstone.h492 cs_insn * CAPSTONE_API cs_malloc(csh handle);
/external/capstone/
Dcs.c699 cs_insn * CAPSTONE_API cs_malloc(csh ud) in cs_malloc() function
DChangeLog306 - New API: cs_disasm_iter & cs_malloc. See docs/README for tutorials.