#include <capstone/capstone.h>

Go to the source code of this file.
Functions | |
| void *CAPSTONE_API | cs_winkernel_calloc (size_t n, size_t size) |
| void CAPSTONE_API | cs_winkernel_free (void *ptr) |
| void *CAPSTONE_API | cs_winkernel_malloc (size_t size) |
| void *CAPSTONE_API | cs_winkernel_realloc (void *ptr, size_t size) |
| int CAPSTONE_API | cs_winkernel_vsnprintf (char *buffer, size_t count, const char *format, va_list argptr) |
| void* CAPSTONE_API cs_winkernel_calloc | ( | size_t | n, |
| size_t | size | ||
| ) |
Definition at line 56 of file winkernel_mm.c.
| void CAPSTONE_API cs_winkernel_free | ( | void * | ptr | ) |
Definition at line 21 of file winkernel_mm.c.
| void* CAPSTONE_API cs_winkernel_malloc | ( | size_t | size | ) |
Definition at line 29 of file winkernel_mm.c.
| void* CAPSTONE_API cs_winkernel_realloc | ( | void * | ptr, |
| size_t | size | ||
| ) |
Definition at line 69 of file winkernel_mm.c.
| int CAPSTONE_API cs_winkernel_vsnprintf | ( | char * | buffer, |
| size_t | count, | ||
| const char * | format, | ||
| va_list | argptr | ||
| ) |
Definition at line 99 of file winkernel_mm.c.