[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
MARK Prepare to Release Heap Space pp 120
Syntax: Mark (PtrVar) ;
Type: Pointer
Form: Procedure
Purpose: Mark a point in heap space where all data from the marked point
and higher are to be released from allocation.
Notes: Use DISPOSE to release only the memory allocated to the variable.
PtrVar is a pointer variable.
----------------------------------------------------------------------------
Usage:
VAR
PtrVar : ^Integer ;
BEGIN
Mark (PtrVar) ;
END.
See Also:
Dispose
FreeMem
GetMem
New
Release
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson