ReactOS 0.4.15-dev-7942-gd23573b
_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 472 of file mm.h.

Member Data Documentation

◆ List

LIST_ENTRY _MMFREE_POOL_ENTRY::List

Definition at line 474 of file mm.h.

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

◆ Owner

struct _MMFREE_POOL_ENTRY* _MMFREE_POOL_ENTRY::Owner

Definition at line 477 of file mm.h.

Referenced by MiFreePoolPages(), and MiInitializeNonPagedPool().

◆ Signature

ULONG _MMFREE_POOL_ENTRY::Signature

Definition at line 476 of file mm.h.

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

◆ Size

PFN_COUNT _MMFREE_POOL_ENTRY::Size

Definition at line 475 of file mm.h.

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


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