MCPcopy Create free account
hub / github.com/capstone-engine/capstone / bs_free

Function bs_free

bindings/vb6/vbCapstone.cpp:70–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68}
69
70void __stdcall bs_free(cs_insn *insn, size_t count){
71#pragma EXPORT
72 return cs_free(insn, count);
73}
74
75cs_insn* __stdcall bs_malloc(csh handle){
76#pragma EXPORT

Callers

nothing calls this directly

Calls 1

cs_freeFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…