Overview
Getting Started
Working On Firefox
Firefox User Guide
Source Code Documentation
The Firefox Build System
Testing & Test Infrastructure
Releases & Updates
Localization & Internationalization
Firefox and Python
Metrics Collected in Firefox
Frees allocated memory in the heap.
#include <prmem.h> void PR_Free(void *ptr);
ptr
A pointer to the memory to be freed.
Nothing.
This function frees the memory addressed by ptr in the heap.