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

FreeEntry

Free many blocks of memory at once

Declaration

Source position: exec.pas line 1246

procedure FreeEntry(

  Entry: PMemList

);

Arguments

Entry

  

A Pointer to a list filled with PMemEntry

Description

This function frees a list of memory blocks and frees all entries at once.

See also

AllocEntry

  

Allocate many regions of memory


Documentation generated on: 2017-01-10