ReactOS 0.4.15-dev-7961-gdcf9eb0
_MM_AVL_TABLE Struct Reference

#include <mmtypes.h>

Collaboration diagram for _MM_AVL_TABLE:

Public Attributes

MMADDRESS_NODE BalancedRoot
 
ULONG_PTR DepthOfTree:5
 
ULONG_PTR Unused:3
 
ULONG_PTR NumberGenericTableElements:24
 
PVOID NodeHint
 
PVOID NodeFreeHint
 

Detailed Description

Definition at line 660 of file mmtypes.h.

Member Data Documentation

◆ BalancedRoot

◆ DepthOfTree

ULONG_PTR _MM_AVL_TABLE::DepthOfTree

Definition at line 663 of file mmtypes.h.

◆ NodeFreeHint

PVOID _MM_AVL_TABLE::NodeFreeHint

Definition at line 671 of file mmtypes.h.

◆ NodeHint

PVOID _MM_AVL_TABLE::NodeHint

Definition at line 670 of file mmtypes.h.

Referenced by MiInsertVadEx().

◆ NumberGenericTableElements

ULONG_PTR _MM_AVL_TABLE::NumberGenericTableElements

◆ Unused

ULONG_PTR _MM_AVL_TABLE::Unused

Definition at line 664 of file mmtypes.h.

Referenced by MmInsertMemoryArea().


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