ReactOS 0.4.16-dev-1223-gddcd5f7
_MMFREE_POOL_ENTRY Struct Reference

#include <mm.h>

Collaboration diagram for _MMFREE_POOL_ENTRY:

Public Attributes

LIST_ENTRY List
 
PFN_COUNT Size
 
ULONG Signature
 
struct _MMFREE_POOL_ENTRYOwner
 

Detailed Description

Definition at line 492 of file mm.h.

Member Data Documentation

◆ List

LIST_ENTRY _MMFREE_POOL_ENTRY::List

Definition at line 494 of file mm.h.

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

◆ Owner

struct _MMFREE_POOL_ENTRY* _MMFREE_POOL_ENTRY::Owner

Definition at line 497 of file mm.h.

Referenced by MiFreePoolPages(), and MiInitializeNonPagedPool().

◆ Signature

ULONG _MMFREE_POOL_ENTRY::Signature

Definition at line 496 of file mm.h.

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

◆ Size

PFN_COUNT _MMFREE_POOL_ENTRY::Size

Definition at line 495 of file mm.h.

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


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