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

Macros

#define TEOCCL_NORETURN
 

Functions

void * ccl_malloc (size_t size)
 
void * ccl_calloc (size_t size)
 
char * ccl_strdup (const char *str)
 
char * ccl_strndup (const char *str, size_t len)
 
void * ccl_realloc (void *ptr, size_t size)
 

Macro Definition Documentation

#define TEOCCL_NORETURN

Function Documentation

void* ccl_calloc ( size_t  size)

References ccl_malloc().

Referenced by cclArrayListNew(), and teoQueueNew().

void* ccl_realloc ( void *  ptr,
size_t  size 
)
char* ccl_strdup ( const char *  str)
char* ccl_strndup ( const char *  str,
size_t  len 
)

References ccl_malloc().