ReactOS 0.4.15-dev-6679-g945ee4b
|
#include <hivedata.h>
Public Attributes | |
ULONG | Length |
PHMAP_DIRECTORY | Map |
PHMAP_ENTRY | BlockList |
ULONG | Guard |
HCELL_INDEX | FreeDisplay [24] |
ULONG | FreeSummary |
LIST_ENTRY | FreeBins |
Definition at line 274 of file hivedata.h.
PHMAP_ENTRY _DUAL::BlockList |
Definition at line 278 of file hivedata.h.
Referenced by HvFreeCell(), HvpAddBin(), HvpCreateHiveFreeCellList(), HvpFreeHiveBins(), HvpGetCellHeader(), HvpInitializeMemoryHive(), HvpWriteHive(), and HvpWriteLog().
LIST_ENTRY _DUAL::FreeBins |
Definition at line 282 of file hivedata.h.
HCELL_INDEX _DUAL::FreeDisplay[24] |
Definition at line 280 of file hivedata.h.
Referenced by HvpAddFree(), HvpCreateHiveFreeCellList(), HvpFindFree(), and HvpRemoveFree().
ULONG _DUAL::FreeSummary |
Definition at line 281 of file hivedata.h.
ULONG _DUAL::Guard |
Definition at line 279 of file hivedata.h.
ULONG _DUAL::Length |
Definition at line 276 of file hivedata.h.
Referenced by _Function_class_(), HvpAddBin(), HvpFreeHiveBins(), HvpInitializeMemoryHive(), HvpWriteHive(), and HvpWriteLog().
PHMAP_DIRECTORY _DUAL::Map |
Definition at line 277 of file hivedata.h.