ReactOS 0.4.15-dev-7953-g1f49173
_CACHE_SECTION_PAGE_TABLE Struct Reference

#include <newmm.h>

Collaboration diagram for _CACHE_SECTION_PAGE_TABLE:

Public Attributes

LARGE_INTEGER FileOffset
 
PMM_SECTION_SEGMENT Segment
 
ULONG Refcount
 
ULONG_PTR PageEntries [ENTRIES_PER_ELEMENT]
 

Detailed Description

Definition at line 25 of file newmm.h.

Member Data Documentation

◆ FileOffset

LARGE_INTEGER _CACHE_SECTION_PAGE_TABLE::FileOffset

◆ PageEntries

ULONG_PTR _CACHE_SECTION_PAGE_TABLE::PageEntries[ENTRIES_PER_ELEMENT]

Definition at line 30 of file newmm.h.

Referenced by MmFreePageTablesSectionSegment().

◆ Refcount

ULONG _CACHE_SECTION_PAGE_TABLE::Refcount

Definition at line 29 of file newmm.h.

Referenced by MiSectionPageTableGetOrAllocate().

◆ Segment

PMM_SECTION_SEGMENT _CACHE_SECTION_PAGE_TABLE::Segment

Definition at line 28 of file newmm.h.


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