ReactOS 0.4.16-dev-197-g92996da
|
#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 369 of file miarm.h.
Referenced by ExGetPoolTagInfo(), ExpInsertPoolTracker(), and ExpSeedHotTags().
LONG _POOL_TRACKER_TABLE::NonPagedAllocs |
Definition at line 370 of file miarm.h.
Referenced by ExGetPoolTagInfo().
SIZE_T _POOL_TRACKER_TABLE::NonPagedBytes |
Definition at line 372 of file miarm.h.
Referenced by ExGetPoolTagInfo().
LONG _POOL_TRACKER_TABLE::NonPagedFrees |
Definition at line 371 of file miarm.h.
Referenced by ExGetPoolTagInfo().
LONG _POOL_TRACKER_TABLE::PagedAllocs |
Definition at line 373 of file miarm.h.
Referenced by ExGetPoolTagInfo().
SIZE_T _POOL_TRACKER_TABLE::PagedBytes |
Definition at line 375 of file miarm.h.
Referenced by ExGetPoolTagInfo().
LONG _POOL_TRACKER_TABLE::PagedFrees |
Definition at line 374 of file miarm.h.
Referenced by ExGetPoolTagInfo().