[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 RELEASE                  Release Marked Heap Space                   pp 120

 Syntax:  Release (PtrVar) ;

 Type:    Pointer

 Form:    Procedure

 Purpose: Release a point in heap space where all data from the marked point
          and higher are to be released from allocation.

 Notes:   Dispose and Mark/Release must NOT be used in the same program.
          Use DISPOSE to release only the memory allocated to the variable.
          PtrVar is a pointer variable.


 ----------------------------------------------------------------------------


 Usage:
       VAR
          PtrVar : ^Integer ;

       BEGIN
          Release (PtrVar)  ;
       END.

See Also: Dispose FreeMem GetMem Mark New
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson