Teonet library  0.4.7
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
teo_memory.h File Reference
#include <sys/types.h>

Go to the source code of this file.

Functions

void * teo_malloc (size_t)
 
void * teo_calloc (size_t)
 
char * teo_strdup (const char *)
 
char * teo_strndup (char *, size_t)
 
void * teo_realloc (void *, size_t)
 

Function Documentation

void* teo_calloc ( size_t  )

References teo_malloc().

Referenced by ksnSplitCombine().

void* teo_realloc ( void *  ,
size_t   
)
char* teo_strdup ( const char *  )

Referenced by ksnCoreInit().

char* teo_strndup ( char *  ,
size_t   
)

References malloc().