Searched defs:Curl_safefree (Results 1 - 1 of 1) sorted by relevance

/external/curl/lib/
H A Dmemdebug.h165 * Curl_safefree defined as a macro to allow MemoryTracking feature
166 * to log free() calls at same location where Curl_safefree is used.
170 #define Curl_safefree(ptr) \ macro

Completed in 118 milliseconds