Frees an object allocated by AllocDosObject()
Source position: amigados.pas line 1650
procedure FreeDosObject( |
type_: LongWord; |
ptr: POINTER |
); |
type_ |
|
Type passed to AllocDosObject() |
ptr |
|
Pointer returned by AllocDosObject() |
Do not call for objects allocated in any other way.
|
Creates a dos object |
|
|
Free memory with tracked size made using AllocVec() |