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