PoCC Version 1.0
|
Functions | |
void * | xmalloc (size_t num) |
void * | xrealloc (void *p, size_t num) |
void * | xcalloc (size_t num, size_t size) |
void* xmalloc | ( | size_t | num | ) |
References pocc_fatal().
Referenced by xcalloc(), and xrealloc().
void* xrealloc | ( | void * | p, |
size_t | num | ||
) |
References pocc_fatal(), and xmalloc().
void* xcalloc | ( | size_t | num, |
size_t | size | ||
) |
References xmalloc().