gwenhywfar  5.10.1
Functions
memory.c File Reference
#include <gwenhywfar/memory.h>
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <assert.h>
Include dependency graph for memory.c:

Go to the source code of this file.

Functions

void GWEN_Memory_dealloc (void *p)
 
void * GWEN_Memory_malloc (size_t wsize)
 
void * GWEN_Memory_realloc (void *oldp, size_t nsize)
 
char * GWEN_Memory_strdup (const char *s)
 

Function Documentation

◆ GWEN_Memory_dealloc()

void GWEN_Memory_dealloc ( void *  p)

◆ GWEN_Memory_malloc()

void* GWEN_Memory_malloc ( size_t  wsize)

◆ GWEN_Memory_realloc()

void* GWEN_Memory_realloc ( void *  oldp,
size_t  nsize 
)

Definition at line 59 of file memory.c.

Referenced by GWEN_Buffer_AllocRoom().

Here is the caller graph for this function:

◆ GWEN_Memory_strdup()

char* GWEN_Memory_strdup ( const char *  s)