Searched defs:xalloc (Results 1 – 4 of 4) sorted by relevance
21 void * xalloc(unsigned n) { return malloc(n); } // no-warning in xalloc() function
6 void *xalloc(size_t sz, void *arg) { return(calloc(sz,1)); } in xalloc() function
288 xalloc(size_t n, const char *fmt, ...) in xalloc() function
172 ios_base::xalloc() in xalloc() function in ios_base