Free a previously allocated block.
Source position: cmem.pp line 54
procedure Free(  | 
P: pointer  | 
);  | 
P  | 
  | 
Pointer to the memory block to be freed.  | 
Free returns the memory block pointed to by P to the system. After Free was called, the pointer P is no longer valid.
  | 
Malloc external declaration.  | 
|
  | 
Reallocates a memory block.  |