Searched defs:xalloc (Results 1 – 3 of 3) sorted by relevance
62 short *xalloc(int nint, char *s) { return (_mp_xalloc(nint, s)); } in xalloc() function
444 xalloc(size_t size) in xalloc() function
2673 # define xalloc(size) xalloc_tagged(size, __FILE__, __LINE__) macro