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, or theNewEmptyHandle
function 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.DisposeHandle
procedure to free relocatable blocks of memory you have allocated.
Subtopics
- NewHandle
- NewHandleSys
- NewHandleClear
- NewHandleSysClear
- NewEmptyHandle
- NewEmptyHandleSys
- DisposeHandle