ocssw
V2022
|
xmalloc.c File Reference
#include "common.h"
Include dependency graph for xmalloc.c:
Go to the source code of this file.
Functions | |
void * | xmalloc (size_t num) |
void * | xrealloc (void *p, size_t num) |
void * | xcalloc (size_t num, size_t size) |