<< Click to Display Table of Contents >> Navigation: ThinBASIC Core Language > BuiltIn Functions > Memory handling and pointers > Crt memory > Crt_Free |
Description
Deallocates or frees a memory block.
Syntax
Crt_Free(pMem)
Returns
Parameters
Name |
Type |
Optional |
Meaning |
pMem |
Number |
No |
Previously allocated memory block to be freed. |
Remarks
Restrictions
See also
Examples