HomeSort by relevance Sort by last modified time
    Searched refs:curl_domalloc (Results 1 - 2 of 2) sorted by null

  /external/curl/lib/
memdebug.c 165 void *curl_domalloc(size_t wantedsize, int line, const char *source) function
233 mem=curl_domalloc(len, 0, NULL); /* NULL prevents logging */
258 mem = curl_domalloc(bsiz, 0, NULL); /* NULL prevents logging */
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__)

Completed in 67 milliseconds