ReactOS 0.4.16-dev-819-g75c0dc0
|
#include <mm.h>
Public Attributes | |
LIST_ENTRY | List |
PFN_COUNT | Size |
ULONG | Signature |
struct _MMFREE_POOL_ENTRY * | Owner |
LIST_ENTRY _MMFREE_POOL_ENTRY::List |
Definition at line 481 of file mm.h.
Referenced by MiAllocatePoolPages(), MiFreePoolPages(), and MiInitializeNonPagedPool().
struct _MMFREE_POOL_ENTRY* _MMFREE_POOL_ENTRY::Owner |
Definition at line 484 of file mm.h.
Referenced by MiFreePoolPages(), and MiInitializeNonPagedPool().
ULONG _MMFREE_POOL_ENTRY::Signature |
Definition at line 483 of file mm.h.
Referenced by MiAllocatePoolPages(), MiFreePoolPages(), and MiInitializeNonPagedPool().
PFN_COUNT _MMFREE_POOL_ENTRY::Size |
Definition at line 482 of file mm.h.
Referenced by MiAllocatePoolPages(), MiFreePoolPages(), and MiInitializeNonPagedPool().