Searched defs:xcalloc (Results 1 – 6 of 6) sorted by relevance
39 #define xcalloc strace_calloc macro
63 xcalloc(size_t nmemb, size_t size) in xcalloc() function
59 xcalloc (size_t n, size_t s) in xcalloc() function
53 xcalloc(size_t nmemb, size_t size) in xcalloc() function
54 #define xcalloc(n, m) calloc (n, m) macro
140 void *xcalloc(size_t nmemb, size_t size) in xcalloc() function