
Go to the source code of this file.
Classes | |
| struct | _CS_WINKERNEL_MEMBLOCK |
Typedefs | |
| typedef struct _CS_WINKERNEL_MEMBLOCK | CS_WINKERNEL_MEMBLOCK |
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) |
Variables | |
| static const ULONG | CS_WINKERNEL_POOL_TAG = 'kwsC' |
| typedef struct _CS_WINKERNEL_MEMBLOCK CS_WINKERNEL_MEMBLOCK |
| 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.
|
static |
Definition at line 9 of file winkernel_mm.c.