Home
last modified time | relevance | path

Searched refs:curl_dbg_malloc (Results 1 – 2 of 2) sorted by relevance

/external/curl/lib/
Dmemdebug.c130 void *curl_dbg_malloc(size_t wantedsize, int line, const char *source) in curl_dbg_malloc() function
196 mem = curl_dbg_malloc(len, 0, NULL); /* NULL prevents logging */ in curl_dbg_strdup()
221 mem = curl_dbg_malloc(bsiz, 0, NULL); /* NULL prevents logging */ in curl_dbg_wcsdup()
Dmemdebug.h36 CURL_EXTERN void *curl_dbg_malloc(size_t size, int line, const char *source);
92 #define malloc(size) curl_dbg_malloc(size, __LINE__, __FILE__)