(C) 1998 AROS - The Amiga Research OS


NAME

void DeletePool (poolHeader)

LOCATION
In SysBase at offset 117

SYNOPSIS
APTR poolHeader

FUNCTION
Delete a pool including all it's memory.

INPUTS
poolHeader
The pool allocated with CreatePool() or NULL.

RESULT

EXAMPLE

SEE ALSO
CreatePool(), AllocPooled(), FreePooled()

NOTES

BUGS

INTERNALS

HISTORY