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 theNewHandlefunction to allocate a relocatable block of memory, or theNewEmptyHandlefunction to allocate handles for which you do not yet need blocks of memory. If you want to allocate new blocks of memory in the system heap or with their bits precleared to 0, you can use the functionsNewHandleSys,NewHandleClear, andNewHandleSysClear.
You can use the
- WARNING
- You should not call any of these memory-allocation routines at
interrupt time.![]()
DisposeHandleprocedure to free relocatable blocks of memory you have allocated.
Subtopics
- NewHandle
- NewHandleSys
- NewHandleClear
- NewHandleSysClear
- NewEmptyHandle
- NewEmptyHandleSys
- DisposeHandle