Unit lmemorymanager
Description
LMemoryManager - Logical Memory Management
 
Uses
Overview
Classes, Interfaces, Objects and Records
Functions and Procedures
Types
THeapEntry = bitpacked record
        Present : Boolean;
        Root    : Boolean;
        Last    : Boolean;
        Resv1   : Boolean;
        Resv2   : Boolean;
        Resv3   : Boolean;
        Resv4   : Boolean;
        Resv5   : Boolean;
    end; | 
 
PHeapPage = ˆTHeapPage; | 
 
 
Constants
Variables
Description
Functions and Procedures
procedure kfree(area : void); | 
 
| 
  |  
 
Types
THeapEntry = bitpacked record
        Present : Boolean;
        Root    : Boolean;
        Last    : Boolean;
        Resv1   : Boolean;
        Resv2   : Boolean;
        Resv3   : Boolean;
        Resv4   : Boolean;
        Resv5   : Boolean;
    end; | 
 
| 
  |  
 
Constants
MAX_ENTRIES = $60000; | 
 
| 
 
64-Bit Allocations 
 |  
 
Variables
Author
 Generated by PasDoc 0.15.0. 
 |