mirror of
https://github.com/ENSL/NS.git
synced 2024-12-03 09:42:00 +00:00
71 lines
967 B
HTML
71 lines
967 B
HTML
|
<HTML>
|
||
|
<BODY>
|
||
|
<PRE>
|
||
|
<!-- Manpage converted by man2html 3.0.1 -->
|
||
|
curl_free - reclaim memory that has been obtained through
|
||
|
a libcurl call
|
||
|
|
||
|
|
||
|
</PRE>
|
||
|
<H2>SYNOPSIS</H2><PRE>
|
||
|
<B>#include</B> <B><curl/curl.h></B>
|
||
|
|
||
|
<B>void</B> <B>*curl_free(</B> <B>char</B> <B>*</B><I>ptr</I> <B>);</B>
|
||
|
|
||
|
|
||
|
</PRE>
|
||
|
<H2>DESCRIPTION</H2><PRE>
|
||
|
curl_free reclaims memory that has been obtained through a
|
||
|
libcurl call. Use curl_free() instead of free() to avoid
|
||
|
anomalies that can result from differences in memory man-
|
||
|
agement between your application and libcurl.
|
||
|
|
||
|
|
||
|
</PRE>
|
||
|
<H2>SEE ALSO</H2><PRE>
|
||
|
<I>curl</I><B>_</B><I>unescape(),</I> <I>curl</I><B>_</B><I>free()</I>
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
</PRE>
|
||
|
<HR>
|
||
|
<ADDRESS>
|
||
|
Man(1) output converted with
|
||
|
<a href="http://www.oac.uci.edu/indiv/ehood/man2html.html">man2html</a>
|
||
|
</ADDRESS>
|
||
|
</BODY>
|
||
|
</HTML>
|