Unit 'Exec' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#aros]

FreeEntry

Free many blocks of memory at once

Declaration

Source position: exec.pas line 1249

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: 2021-07-30