(C) 1998 AROS - The Amiga Research OS


NAME

void FreePooled (poolHeader , memory , memSize)

LOCATION
In SysBase at offset 119

SYNOPSIS
APTR poolHeader
APTR memory
ULONG memSize

FUNCTION
Free memory allocated out of a private memory pool.

INPUTS
poolHeader
Handle of the memory pool
memory
Pointer to the memory
memSize
Size of the memory chunk

RESULT

EXAMPLE

SEE ALSO
CreatePool(), DeletePool(), AllocPooled()

NOTES

BUGS

INTERNALS

HISTORY