HEAP_Free

<< Click to Display Table of Contents >>

Navigation:  ThinBASIC Core Language > BuiltIn Functions > Memory handling and pointers > Heap memory >

HEAP_Free

 

Description

 

Frees a memory block allocated by the Heap_Alloc or Heap_ReAlloc or other Heap_* allocation functions

 

Syntax

 

HEAP_Free(pMem [, pMem [, ...]])

 

Returns

 

None

 

Parameters

 

Name

Type

Optional

Meaning

pMem

Number

No

Pointer to a previously allocated heap memory

 

Remarks

 

Restrictions

 

See also

 

Examples