Searched defs:Calloc (Results 1 – 3 of 3) sorted by relevance
127 Calloc(size_t n1, size_t n2, const char *file, int line) in Calloc() function
78 Calloc(int nelements, int size) in Calloc() function
524 #define Calloc(nelem,elsize) _Calloc(nelem, elsize, __FILE__, __LINE__) macro