Units
Class Hierarchy
Classes, Interfaces, Objects and Records
Types
Variables
Constants
Functions and Procedures
Identifiers
Unit dependency graph
PMemoryManager - Physical Memory Management
PMemoryManager
TPhysicalMemoryEntry
procedure init;
function alloc_block(block : uint16; caller : uint32) : boolean;
procedure force_alloc_block(block : uint16; caller : uint32);
function new_block(caller : uint32) : uint16;
procedure free_block(block : uint16; caller : uint32);
TPhysicalMemory = array[0..1023] of TPhysicalMemoryEntry;