Source position: exec.pas line 571
type tMemHeader = record |
||
mh_Node: tNode; |
|
|
mh_Attributes: Word; |
|
characteristics of this region (MEMF_*) |
mh_First: pMemChunk; |
|
first free region |
mh_Lower: Pointer; |
|
lower memory bound |
mh_Upper: Pointer; |
|
upper memory bound + 1 |
mh_Free: LongWord; |
|
total number of free bytes |
end; |
|
Allocate a block of memory |
|
|
Free a block of memory |