[Overview][Constants][Types][Procedures and functions][Index] Reference for unit 'amigados' (#aros)

FreeDosObject

Frees an object allocated by AllocDosObject()

Declaration

Source position: amigados.pas line 2282

procedure FreeDosObject(

  Type_: LongWord;

  Ptr: APTR

);

Arguments

Type_

  

Type passed to AllocDosObject()

Ptr

  

Pointer returned by AllocDosObject()

Description

Do not call for objects allocated in any other way.

See also

AllocDosObject

  

Creates a dos object

FreeVec

  

Free memory with tracked size made using AllocVec()


Documentation generated on: 2017-01-10