Functions
cs_malloc.c File Reference
#include "cs.h"
Include dependency graph for cs_malloc.c:

Go to the source code of this file.

Functions

void * cs_calloc (int n, size_t size)
void * cs_free (void *p)
void * cs_malloc (int n, size_t size)
void * cs_realloc (void *p, int n, size_t size, int *ok)

Function Documentation

void* cs_calloc ( int  n,
size_t  size 
)

Definition at line 16 of file cs_malloc.c.

void* cs_free ( void *  p)

Definition at line 22 of file cs_malloc.c.

void* cs_malloc ( int  n,
size_t  size 
)

Definition at line 10 of file cs_malloc.c.

void* cs_realloc ( void *  p,
int  n,
size_t  size,
int *  ok 
)

Definition at line 29 of file cs_malloc.c.



hogman_minimal
Author(s): Maintained by Juergen Sturm
autogenerated on Mon Oct 6 2014 00:06:59