Fairport  v1.0.38
fairport::disk::heap_page_fill_header Struct Reference

Header structure on non-first/fill blocks. More...

#include <disk.h>

+ Collaboration diagram for fairport::disk::heap_page_fill_header:

List of all members.

Public Attributes

ushort page_map_offset
 Offset of the start of the page map.
byte page_fill_levels [fill_level_size]
 Fill level of this and next 127 heap blocks.

Static Public Attributes

static const uint fill_level_size = 64
 Number of bytes in the page_fill_levels map on this block.

Detailed Description

Header structure on non-first/fill blocks.

See also:
[MS-PST] 2.3.1.4

Definition at line 1284 of file disk.h.


Member Data Documentation

Number of bytes in the page_fill_levels map on this block.

Definition at line 1286 of file disk.h.

Fill level of this and next 127 heap blocks.

Definition at line 1289 of file disk.h.

Offset of the start of the page map.

Definition at line 1288 of file disk.h.


The documentation for this struct was generated from the following file: