Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

Free

« XPCOM API Reference

Summary

The Free function frees a block of memory that was allocated by XPCOM's memory manager.

 static void Free(
   void* aPtr
 );

Parameters

aPtr
[in] The address of the memory block to free. This may be nsnull, in which case nothing happens.

Document Tags and Contributors

 Contributors to this page: Sheppy, Pmash
 Last updated by: Sheppy,