19 void *a = calloc(n, sz);
24 void *a = realloc(p, sz);
28#define xfree(a) free(a)
#define gw_err(...)
similar to fprintf(stderr, fmt, ...)
#define THREAD_RETURN(arg)
static void * xcheck(void *a)
static ANEW void * xcalloc(const m_uint n, const m_uint sz)
static ANEW void * xmalloc(const m_uint sz)
static ANEW void * xrealloc(void *p, const m_uint sz)