Searched defs:xcalloc (Results 1 – 5 of 5) sorted by relevance
39 #define xcalloc strace_calloc macro
63 xcalloc(size_t nmemb, size_t size) in xcalloc() function
55 xcalloc (size_t n, size_t s) in xcalloc() function
47 xcalloc(size_t nmemb, size_t size) in xcalloc() function
54 #define xcalloc(n, m) calloc (n, m) macro