ReactOS 0.4.15-dev-7924-g5949c20
_ZONE_HEADER Struct Reference

#include <extypes.h>

Collaboration diagram for _ZONE_HEADER:

Public Attributes

SINGLE_LIST_ENTRY FreeList
 
SINGLE_LIST_ENTRY SegmentList
 
ULONG BlockSize
 
ULONG TotalSegmentSize
 

Detailed Description

Definition at line 333 of file extypes.h.

Member Data Documentation

◆ BlockSize

ULONG _ZONE_HEADER::BlockSize

Definition at line 336 of file extypes.h.

Referenced by ExExtendZone(), and ExInitializeZone().

◆ FreeList

SINGLE_LIST_ENTRY _ZONE_HEADER::FreeList

Definition at line 334 of file extypes.h.

Referenced by ExExtendZone(), and ExInitializeZone().

◆ SegmentList

SINGLE_LIST_ENTRY _ZONE_HEADER::SegmentList

Definition at line 335 of file extypes.h.

Referenced by ExExtendZone(), and ExInitializeZone().

◆ TotalSegmentSize

ULONG _ZONE_HEADER::TotalSegmentSize

Definition at line 337 of file extypes.h.

Referenced by ExExtendZone(), and ExInitializeZone().


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