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

FreePooled

Free pooled memory block

Declaration

Source position: exec.pas line 1327

procedure FreePooled(

  PoolHeader: APTR;

  Memory: APTR;

  MemSize: ULONG

);

Arguments

PoolHeader

  

A pointer to the pool this memory block belongs to.

Memory

  

Pointer to the memory to free.

MemSize

  

Number of bytes to free. Must match the size used when AllocPooled was done.

Description

Free a memory block which belongs to a memory pool. The block is removed from the pool. Only Memory allocated with AllocPooled() are freed with this function.

See also

AllocPooled

  

Allocate memory in a memory pool

CreatePool

  

Create a new pool for memory allocations

DeletePool

  

Free a memory pool


Documentation generated on: 2017-01-10