ReactOS 0.4.15-dev-7953-g1f49173
_MM_PAGED_POOL_INFO Struct Reference

#include <mm.h>

Collaboration diagram for _MM_PAGED_POOL_INFO:

Public Attributes

PRTL_BITMAP PagedPoolAllocationMap
 
PRTL_BITMAP EndOfPagedPoolBitmap
 
PMMPTE FirstPteForPagedPool
 
PMMPTE LastPteForPagedPool
 
PMMPDE NextPdeForPagedPoolExpansion
 
ULONG PagedPoolHint
 
SIZE_T PagedPoolCommit
 
SIZE_T AllocatedPagedPool
 

Detailed Description

Definition at line 484 of file mm.h.

Member Data Documentation

◆ AllocatedPagedPool

SIZE_T _MM_PAGED_POOL_INFO::AllocatedPagedPool

Definition at line 493 of file mm.h.

Referenced by _Requires_lock_held_(), MiInitializePoolEvents(), and MiInitializeSessionPool().

◆ EndOfPagedPoolBitmap

PRTL_BITMAP _MM_PAGED_POOL_INFO::EndOfPagedPoolBitmap

◆ FirstPteForPagedPool

PMMPTE _MM_PAGED_POOL_INFO::FirstPteForPagedPool

◆ LastPteForPagedPool

PMMPTE _MM_PAGED_POOL_INFO::LastPteForPagedPool

◆ NextPdeForPagedPoolExpansion

PMMPDE _MM_PAGED_POOL_INFO::NextPdeForPagedPoolExpansion

Definition at line 490 of file mm.h.

Referenced by MiAllocatePoolPages(), MiBuildPagedPool(), and MiInitializeSessionPool().

◆ PagedPoolAllocationMap

PRTL_BITMAP _MM_PAGED_POOL_INFO::PagedPoolAllocationMap

◆ PagedPoolCommit

SIZE_T _MM_PAGED_POOL_INFO::PagedPoolCommit

Definition at line 492 of file mm.h.

Referenced by MiInitializeSessionPool().

◆ PagedPoolHint

ULONG _MM_PAGED_POOL_INFO::PagedPoolHint

Definition at line 491 of file mm.h.

Referenced by MiAllocatePoolPages(), MiFreePoolPages(), and MiInitializeSessionPool().


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