(C) 1998 AROS - The Amiga Research OS


NAME
#include <proto/utility.h>

void FreeNamedObject (object)

LOCATION
In UtilityBase at offset 41

SYNOPSIS
struct NamedObject * object

FUNCTION
Frees a NamedObject previously allocated by AllocNamedObject().

INPUTS
object
The NamedObject that you wish to free.

RESULT
The memory used by the NamedObject will be returned to the systems free memory pool.

EXAMPLE

SEE ALSO
utility/name.h, utility/ AllocNamedObject()

NOTES

BUGS

INTERNALS
AllocMem: IntNamedObject, NameSpace; AllocVec: Name, Object.

FreeNamedObject() may have to deal with only a partially allocated object from AllocNamedObject() which has come across an error.

HISTORY
20.10.1998 hkiel
Amiga Research OS
20.08.1997 digulla
Polish.

Renamed utility_intern.h to intern.h.

27.01.1997 digulla
Added #include <proto/exec.h>
27.01.1997 ldp
Polish
18.12.1996 iaint
NamedObjects