Searched defs:xcalloc (Results 1 – 5 of 5) sorted by relevance
19 void * xcalloc(size_t n_elem, size_t sz) in xcalloc() function
58 xcalloc (n, s) in xcalloc() function
41 xcalloc(size_t nmemb, size_t size) in xcalloc() function
75 #define xcalloc(n, m) calloc (n, m) macro
212 xcalloc (size_t n, size_t s) in xcalloc() function