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 498 B image not shown  

Quelle  pr_delete_.rst   Sprache: unbekannt

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

PR_DELETE
=========


Allocates memory of a specified size from the heap.


Syntax
------

.. code::

   #include <prmem.h>

   void PR_DELETE(_ptr);


Parameter
~~~~~~~~~

``_ptr``
   The address of memory to be returned to the heap. Must be an lvalue
   (an expression that can appear on the left side of an assignment
   statement).


Returns
~~~~~~~

Nothing.


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

This macro returns allocated memory to the heap from the specified
location and sets ``_ptr`` to ``NULL``.

[ Dauer der Verarbeitung: 0.29 Sekunden  ]