HomeSort by relevance Sort by last modified time
    Searched refs:cs_malloc (Results 1 - 6 of 6) sorted by null

  /external/capstone/suite/benchmark/
test_iter_benchmark.c 79 insn = cs_malloc(handle);
  /external/capstone/bindings/vb6/
vbCapstone.cpp 77 return cs_malloc(handle);
Module1.bas 362 ' Free memory allocated by cs_malloc() or cs_disasm() (argument @insn)
364 ' @insn: pointer returned by @insn argument in cs_disasm() or cs_malloc()
366 ' to free memory allocated by cs_malloc().
383 'cs_insn *cs_malloc(csh handle);
384 Public Declare Function cs_malloc Lib "vbCapstone.dll" Alias "bs_malloc" (ByVal handle As Long) As Long
401 ' NOTE 2: the cache in @insn can be created with cs_malloc() API.
  /external/capstone/tests/
test_iter.c 4 // This sample code demonstrates the APIs cs_malloc() & cs_disasm_iter().
205 insn = cs_malloc(handle);
252 // free memory allocated by cs_malloc()
  /external/capstone/include/
capstone.h 473 Free memory allocated by cs_malloc() or cs_disasm() (argument @insn)
475 @insn: pointer returned by @insn argument in cs_disasm() or cs_malloc()
477 to free memory allocated by cs_malloc().
492 cs_insn * CAPSTONE_API cs_malloc(csh handle);
507 NOTE 2: the cache in @insn can be created with cs_malloc() API.
  /external/capstone/
cs.c 699 cs_insn * CAPSTONE_API cs_malloc(csh ud) function

Completed in 196 milliseconds