Searched refs:_Zalloc (Results 1 – 2 of 2) sorted by relevance
105 _Zalloc( in _Zalloc() function190 return (_Zalloc(file, line, total)); in _Calloc()
895 extern void *_Zalloc(char *file, int line, size_t s);901 #define Zalloc(s) _Zalloc(__FILE__, __LINE__, (s))