Rizin
unix-like reverse engineering framework and cli tools
cs_opt_mem Struct Reference

#include <capstone.h>

Public Attributes

cs_malloc_t malloc
 
cs_calloc_t calloc
 
cs_realloc_t realloc
 
cs_free_t free
 
cs_vsnprintf_t vsnprintf
 

Detailed Description

User-defined dynamic memory related functions: malloc/calloc/realloc/free/vsnprintf() By default, Capstone uses system's malloc(), calloc(), realloc(), free() & vsnprintf().

Definition at line 148 of file capstone.h.

Member Data Documentation

◆ calloc

cs_calloc_t cs_opt_mem::calloc

Definition at line 150 of file capstone.h.

◆ free

cs_free_t cs_opt_mem::free

Definition at line 152 of file capstone.h.

◆ malloc

cs_malloc_t cs_opt_mem::malloc

Definition at line 149 of file capstone.h.

◆ realloc

cs_realloc_t cs_opt_mem::realloc

Definition at line 151 of file capstone.h.

◆ vsnprintf

cs_vsnprintf_t cs_opt_mem::vsnprintf

Definition at line 153 of file capstone.h.


The documentation for this struct was generated from the following file: