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