The FreeMem
procedure disposes the allocated memory block.
Declaration
FreeMem(Ptr)
Parameters
Ptr | [in] | Required | Variant | |
Result | None |
Description
Disposes the allocated memory block (see GetMem
, ReallocMem
).
Parameters
The procedure has the following parameter:
Ptr
Specifies the address of the disposed memory block.
See Also
DelphiScript - List of Supported Routines and Variables
GetMem
ReallocMem