852
Appendix A: System Routines — Memory Management
TI
-
89 / TI
-
92 Plus Developer Guide
Not for Distribution
Beta Version January 26, 2001
HeapFree
Declaration:
void
HeapFree
(HANDLE
handle
)
Category(ies):
Memory Management
Description:
Frees the memory allocated for a handle.
Inputs:
handle
— Handle created with a heap allocation routine like
HeapAlloc
or
HeapAllocThrow
.
Outputs:
None
Assumptions:
None
Side Effects:
None
Availability:
All versions of the TI
-
89 / TI
-
92 Plus.
TI
-
89 / TI
-
92 Plus
Differences:
None
See Also: HeapAlloc, HeapAllocHigh, HeapAllocThrow, HeapAllocHighThrow,
HeapFreeIndir
Example:
See
HeapAlloc
.