ReactOS 0.4.16-dev-1223-gddcd5f7
|
#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 494 of file mm.h.
Referenced by MiAllocatePoolPages(), MiFreePoolPages(), and MiInitializeNonPagedPool().
struct _MMFREE_POOL_ENTRY* _MMFREE_POOL_ENTRY::Owner |
Definition at line 497 of file mm.h.
Referenced by MiFreePoolPages(), and MiInitializeNonPagedPool().
ULONG _MMFREE_POOL_ENTRY::Signature |
Definition at line 496 of file mm.h.
Referenced by MiAllocatePoolPages(), MiFreePoolPages(), and MiInitializeNonPagedPool().
PFN_COUNT _MMFREE_POOL_ENTRY::Size |
Definition at line 495 of file mm.h.
Referenced by MiAllocatePoolPages(), MiFreePoolPages(), and MiInitializeNonPagedPool().