ReactOS 0.4.16-dev-751-g45ed1a9
_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 491 of file mm.h.

Member Data Documentation

◆ AllocatedPagedPool

SIZE_T _MM_PAGED_POOL_INFO::AllocatedPagedPool

Definition at line 500 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 497 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 499 of file mm.h.

Referenced by MiInitializeSessionPool().

◆ PagedPoolHint

ULONG _MM_PAGED_POOL_INFO::PagedPoolHint

Definition at line 498 of file mm.h.

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


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