ReactOS 0.4.16-dev-477-g6ada597
|
#include <miarm.h>
Public Attributes | |
ULONG | Key |
LONG | NonPagedAllocs |
LONG | NonPagedFrees |
SIZE_T | NonPagedBytes |
LONG | PagedAllocs |
LONG | PagedFrees |
SIZE_T | PagedBytes |
ULONG _POOL_TRACKER_TABLE::Key |
Definition at line 383 of file miarm.h.
Referenced by ExGetPoolTagInfo(), ExpInsertPoolTracker(), and ExpSeedHotTags().
LONG _POOL_TRACKER_TABLE::NonPagedAllocs |
Definition at line 384 of file miarm.h.
Referenced by ExGetPoolTagInfo().
SIZE_T _POOL_TRACKER_TABLE::NonPagedBytes |
Definition at line 386 of file miarm.h.
Referenced by ExGetPoolTagInfo().
LONG _POOL_TRACKER_TABLE::NonPagedFrees |
Definition at line 385 of file miarm.h.
Referenced by ExGetPoolTagInfo().
LONG _POOL_TRACKER_TABLE::PagedAllocs |
Definition at line 387 of file miarm.h.
Referenced by ExGetPoolTagInfo().
SIZE_T _POOL_TRACKER_TABLE::PagedBytes |
Definition at line 389 of file miarm.h.
Referenced by ExGetPoolTagInfo().
LONG _POOL_TRACKER_TABLE::PagedFrees |
Definition at line 388 of file miarm.h.
Referenced by ExGetPoolTagInfo().