Searched defs:xcalloc (Results 1 – 4 of 4) sorted by relevance
19 void * xcalloc(size_t n_elem, size_t sz) in xcalloc() function
45 xcalloc (n, s) in xcalloc() function
42 #define xcalloc(n, m) calloc (n, m) macro
212 xcalloc (size_t n, size_t s) in xcalloc() function