Packed Record THeapPage

Hierarchy
Methods
Properties

Unit

Declaration

type THeapPage = packed record

Description

 

Overview

Fields

Public Next_Page: uint32;
Public Prev_Page: uint32;
Public Entries: Array[0..MAX_ENTRIES-1] of THeapEntry;

Description

Fields

Public Next_Page: uint32;
 
Public Prev_Page: uint32;
 
Public Entries: Array[0..MAX_ENTRIES-1] of THeapEntry;
 

Generated by PasDoc 0.16.0.