The Netsukuku Project
0.0.9
An Alternative routing method
|
Go to the source code of this file.
Macros | |
#define | xfree(__pptr) |
Functions | |
void * | xmalloc (size_t) |
void * | xzalloc (size_t size) |
void * | xrealloc (void *, size_t) |
void * | xcalloc (size_t nmemb, size_t size) |
void | _xfree (void *) |
char * | xstrndup (const char *str, size_t n) |
char * | xstrdup (const char *) |
#define xfree | ( | __pptr | ) |
void _xfree | ( | void * | ) |
void* xcalloc | ( | size_t | nmemb, |
size_t | size | ||
) |
void* xmalloc | ( | size_t | ) |
void* xrealloc | ( | void * | , |
size_t | |||
) |
char* xstrdup | ( | const char * | ) |
char* xstrndup | ( | const char * | str, |
size_t | n | ||
) |
void* xzalloc | ( | size_t | size | ) |