Classes | Typedefs | Functions | Variables
winkernel_mm.c File Reference
#include "winkernel_mm.h"
#include <ntddk.h>
#include <Ntintsafe.h>
Include dependency graph for winkernel_mm.c:

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 Documentation

◆ CS_WINKERNEL_MEMBLOCK

Function Documentation

◆ cs_winkernel_calloc()

void* CAPSTONE_API cs_winkernel_calloc ( size_t  n,
size_t  size 
)

Definition at line 56 of file winkernel_mm.c.

◆ cs_winkernel_free()

void CAPSTONE_API cs_winkernel_free ( void *  ptr)

Definition at line 21 of file winkernel_mm.c.

◆ cs_winkernel_malloc()

void* CAPSTONE_API cs_winkernel_malloc ( size_t  size)

Definition at line 29 of file winkernel_mm.c.

◆ cs_winkernel_realloc()

void* CAPSTONE_API cs_winkernel_realloc ( void *  ptr,
size_t  size 
)

Definition at line 69 of file winkernel_mm.c.

◆ cs_winkernel_vsnprintf()

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.

Variable Documentation

◆ CS_WINKERNEL_POOL_TAG

const ULONG CS_WINKERNEL_POOL_TAG = 'kwsC'
static

Definition at line 9 of file winkernel_mm.c.



grpc
Author(s):
autogenerated on Fri May 16 2025 03:01:38