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