Searched refs:curl_domalloc (Results 1 – 3 of 3) sorted by relevance
/external/curl/lib/ |
D | memdebug.c | 165 void *curl_domalloc(size_t wantedsize, int line, const char *source) in curl_domalloc() function 233 mem=curl_domalloc(len, 0, NULL); /* NULL prevents logging */ in curl_dostrdup() 258 mem = curl_domalloc(bsiz, 0, NULL); /* NULL prevents logging */ in curl_dowcsdup()
|
D | memdebug.h | 38 CURL_EXTERN void *curl_domalloc(size_t size, int line, const char *source); 83 #define malloc(size) curl_domalloc(size, __LINE__, __FILE__)
|
/external/curl/m4/ |
D | curl-confopts.m4 | 537 void curl_domalloc() { }
|