Home
last modified time | relevance | path

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

/curl/lib/
H A Dmemdebug.c132 ALLOC_FUNC void *curl_dbg_malloc(size_t wantedsize, in curl_dbg_malloc() function
200 mem = curl_dbg_malloc(len, 0, NULL); /* NULL prevents logging */ in curl_dbg_strdup()
226 mem = curl_dbg_malloc(bsiz, 0, NULL); /* NULL prevents logging */ in curl_dbg_wcsdup()
H A Dmemdebug.h55 CURL_EXTERN ALLOC_FUNC ALLOC_SIZE(1) void *curl_dbg_malloc(size_t size,
118 #define malloc(size) curl_dbg_malloc(size, __LINE__, __FILE__)

Completed in 7 milliseconds