Bug 1885489 - Part 9: Add SnapshotIterator::readObject(). r=iain
[gecko.git] / docs / nspr / reference / pr_free.rst
blob577955d205f12c7a2eb9cfd3314bd4dd73372895
1 PR_Free
2 =======
4 Frees allocated memory in the heap.
7 Syntax
8 ------
10 .. code::
12    #include <prmem.h>
14    void PR_Free(void *ptr);
17 Parameter
18 ~~~~~~~~~
20 ``ptr``
21    A pointer to the memory to be freed.
24 Returns
25 ~~~~~~~
27 Nothing.
30 Description
31 -----------
33 This function frees the memory addressed by ``ptr`` in the heap.