57 void *p = calloc(nmemb, size);
58 if (p || !nmemb || !size)
69 void *p = malloc(size);
81 void *p = realloc(ptr, size);
add versions of standard API functions not returning on error
#define xrealloc(ptr, size)
#define xcalloc(nmemb, size)
Define library-specific symbol prefix macros.
#define SymPrefix(symbol)