Free many blocks of memory at once
Source position: exec.pas line 1239
procedure FreeEntry( |
entry: pMemList |
); |
entry |
|
A Pointer to a list filled with PMemEntry |
This function frees a list of memory blocks and frees all entries at once.
|
Allocate many regions of memory |