TeoCCl library  0.1.7
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
memory.h File Reference
#include <stddef.h>

Go to the source code of this file.

Functions

void * ccl_malloc (size_t)
 
void * ccl_calloc (size_t)
 
char * ccl_strdup (const char *)
 
char * ccl_strndup (const char *, size_t)
 
void * ccl_realloc (void *, size_t)
 

Function Documentation

void* ccl_calloc ( size_t  )

References ccl_malloc().

Referenced by cclArrayListNew(), and teoQueueNew().

void* ccl_realloc ( void *  ,
size_t   
)
char* ccl_strdup ( const char *  )
char* ccl_strndup ( const char *  ,
size_t   
)

References ccl_malloc().