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

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

Completed in 64 milliseconds