List of all available Memory
Source position: exec.pas line 598
type tMemList = record |
||
ml_Node: tNode; |
|
|
ml_NumEntries: Word; |
|
Number of entries in this struct |
ml_ME: array [0..0] of tMemEntry; |
|
The first entry |
end; |
Note: SizeOf(TMemList) includes the size of the first MemEntry!
|
Allocate many regions of memory |
|
|
Free many blocks of memory at once |