Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Firefox/docs/nspr/reference/   (Browser von der Mozilla Stiftung Version 136.0.1©)  Datei vom 10.2.2025 mit Größe 394 B image not shown  

Quelle  pr_freeif.rst   Sprache: unbekannt

 
Spracherkennung für: .rst vermutete Sprache: Unknown {[0] [0] [0]} [Methode: Schwerpunktbildung, einfache Gewichte, sechs Dimensionen]

PR_FREEIF
=========

Conditionally frees allocated memory.


Syntax
------

.. code::

   #include <prmem.h>

   void PR_FREEIF(_ptr);


Parameter
~~~~~~~~~

``_ptr``
   The address of memory to be returned to the heap.


Returns
~~~~~~~

Nothing.


Description
-----------

This macro returns memory to the heap when ``_ptr`` is not ``NULL``. If
``_ptr`` is ``NULL``, the macro has no effect.

[ Dauer der Verarbeitung: 0.28 Sekunden  ]