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

DeletePool

Free a memory pool

Declaration

Source position: exec.pas line 1325

procedure DeletePool(

  PoolHeader: APTR

);

Description

Frees all memory in all pudles of the specified pool header, then deletes the pool header. Individual free calls are not needed.

See also

CreatePool

  

Create a new pool for memory allocations

AllocPooled

  

Allocate memory in a memory pool

FreePooled

  

Free pooled memory block


Documentation generated on: 2017-01-10