Unit 'exec' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#morphunits]

FreeEntry

Free many blocks of memory at once

Declaration

Source position: exec.pas line 1865

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