Home
last modified time | relevance | path

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

/external/curl/lib/
Dmemdebug.c161 void *curl_dbg_malloc(size_t wantedsize, int line, const char *source) in curl_dbg_malloc() function
229 mem = curl_dbg_malloc(len, 0, NULL); /* NULL prevents logging */ in curl_dbg_strdup()
254 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);
89 #define malloc(size) curl_dbg_malloc(size, __LINE__, __FILE__)