Important: The information in this document is obsolete and should not be used for new development.
Allocating and Releasing Relocatable Blocks of Memory
You can use theNewHandle
function to allocate a relocatable block of memory. If you want to allocate new blocks of memory with their bits precleared to 0, you can use theNewHandleClear
function.
You can use the
- WARNING
- You should not call any of these memory-allocation routines at
interrupt time.DisposeHandle
procedure to free relocatable blocks of memory you have allocated.
Subtopics
- NewHandle
- NewHandleClear
- DisposeHandle