![]() |
The Netsukuku Project
0.0.9
An Alternative routing method
|

Functions | |
| void * | xmalloc (size_t size) |
| void * | xzalloc (size_t size) |
| void * | xcalloc (size_t nmemb, size_t size) |
| void * | xrealloc (void *ptr, size_t new_size) |
| void | _xfree (void *ptr) |
| char * | xstrndup (const char *str, size_t n) |
| char * | xstrdup (const char *str) |
| void _xfree | ( | void * | ptr | ) |

| void* xcalloc | ( | size_t | nmemb, |
| size_t | size | ||
| ) |

| void* xmalloc | ( | size_t | size | ) |

| void* xrealloc | ( | void * | ptr, |
| size_t | new_size | ||
| ) |


| char* xstrdup | ( | const char * | str | ) |


| char* xstrndup | ( | const char * | str, |
| size_t | n | ||
| ) |


| void* xzalloc | ( | size_t | size | ) |

