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.



re_vision
Author(s): Dorian Galvez-Lopez
autogenerated on Sun Jan 5 2014 11:33:45