ReactOS 0.4.15-dev-7942-gd23573b
_MM_MEMORY_CONSUMER Struct Reference

#include <mm.h>

Public Attributes

ULONG PagesUsed
 
ULONG PagesTarget
 
NTSTATUS(* Trim )(ULONG Target, ULONG Priority, PULONG NrFreed)
 

Detailed Description

Definition at line 455 of file mm.h.

Member Data Documentation

◆ PagesTarget

ULONG _MM_MEMORY_CONSUMER::PagesTarget

Definition at line 458 of file mm.h.

Referenced by MmInitializeBalancer().

◆ PagesUsed

ULONG _MM_MEMORY_CONSUMER::PagesUsed

Definition at line 457 of file mm.h.

Referenced by QSI_DEF().

◆ Trim

NTSTATUS(* _MM_MEMORY_CONSUMER::Trim) (ULONG Target, ULONG Priority, PULONG NrFreed)

Definition at line 459 of file mm.h.

Referenced by MiTrimMemoryConsumer(), and MmInitializeMemoryConsumer().


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