Frees an object allocated by AllocDosObject()
Source position: amigados.pas line 2466
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() |