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.

PR_Free

Frees allocated memory in the heap.

Syntax

#include <prmem.h>

void PR_Free(void *ptr);

Parameter

ptr
A pointer to the memory to be freed.

Returns

Nothing.

Description

This function frees the memory addressed by ptr in the heap.

Document Tags and Contributors

 Contributors to this page: teoli, Mgjbot, Shimono, Sheppy
 Last updated by: teoli,