|
ReactOS 0.4.16-dev-2384-gff6bd79
|
#include <extypes.h>

Public Attributes | |
| SINGLE_LIST_ENTRY | FreeList |
| SINGLE_LIST_ENTRY | SegmentList |
| ULONG | BlockSize |
| ULONG | TotalSegmentSize |
| ULONG _ZONE_HEADER::BlockSize |
Definition at line 345 of file extypes.h.
Referenced by ExExtendZone(), and ExInitializeZone().
| SINGLE_LIST_ENTRY _ZONE_HEADER::FreeList |
Definition at line 343 of file extypes.h.
Referenced by ExExtendZone(), and ExInitializeZone().
| SINGLE_LIST_ENTRY _ZONE_HEADER::SegmentList |
Definition at line 344 of file extypes.h.
Referenced by ExExtendZone(), and ExInitializeZone().
| ULONG _ZONE_HEADER::TotalSegmentSize |
Definition at line 346 of file extypes.h.
Referenced by ExExtendZone(), and ExInitializeZone().