Searched defs:xcalloc (Results 1 – 7 of 7) sorted by relevance
46 #define xcalloc(_nmemb, _size) (calloc((_nmemb), (_size)) ? : vmefail()) macro51 #define xcalloc(_nmemb, _size) calloc((_nmemb), (_size)) macro
54 xcalloc (size_t n, size_t s) in xcalloc() function
53 #define xcalloc(n, m) calloc (n, m) macro
228 #define xcalloc calloc macro
229 #define xcalloc calloc macro
230 #define xcalloc calloc macro