Units
Class Hierarchy
Classes, Interfaces, Objects and Records
Types
Variables
Constants
Functions and Procedures
Identifiers
Unit dependency graph
lmemorymanager
type THeapPage = packed record
Next_Page: uint32;
Prev_Page: uint32;
Entries: Array[0..MAX_ENTRIES-1] of THeapEntry;