Free
Free a previously allocated block
Declaration
Source position: cmem.pp line 52
procedure Free(P: pointer);
Description
Free returns the memory block pointed to by P to the system. After Free was called, the pointer P is no longer valid.
See also
| Name | Description |
|---|---|
| Malloc | Malloc external declaration. |
| ReAlloc | Reallocates a memory block |