Free many blocks of memory at once
Source position: exec.pas line 1865
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 |