Home
last modified time | relevance | path

Searched defs:xalloc (Results 1 – 4 of 4) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/test/Sema/
H A Dattr-malloc.c21 void * xalloc(unsigned n) { return malloc(n); } // no-warning in xalloc() function
/minix3/external/bsd/mdocml/dist/
H A Dtest-ohash.c6 void *xalloc(size_t sz, void *arg) { return(calloc(sz,1)); } in xalloc() function
/minix3/usr.bin/m4/
H A Dmisc.c288 xalloc(size_t n, const char *fmt, ...) in xalloc() function
/minix3/external/bsd/libc++/dist/libcxx/src/
H A Dios.cpp172 ios_base::xalloc() in xalloc() function in ios_base