Searched refs:curl_dbg_calloc (Results 1 – 2 of 2) sorted by relevance
37 CURL_EXTERN void *curl_dbg_calloc(size_t elements, size_t size, int line,90 #define calloc(nbelem,size) curl_dbg_calloc(nbelem, size, __LINE__, __FILE__)
189 void *curl_dbg_calloc(size_t wanted_elements, size_t wanted_size, in curl_dbg_calloc() function