|
ReactOS 0.4.16-dev-1946-g52006dd
|
#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 373 of file miarm.h.
Referenced by ExGetPoolTagInfo(), ExpInsertPoolTracker(), and ExpSeedHotTags().
| LONG _POOL_TRACKER_TABLE::NonPagedAllocs |
Definition at line 374 of file miarm.h.
Referenced by ExGetPoolTagInfo().
| SIZE_T _POOL_TRACKER_TABLE::NonPagedBytes |
Definition at line 376 of file miarm.h.
Referenced by ExGetPoolTagInfo().
| LONG _POOL_TRACKER_TABLE::NonPagedFrees |
Definition at line 375 of file miarm.h.
Referenced by ExGetPoolTagInfo().
| LONG _POOL_TRACKER_TABLE::PagedAllocs |
Definition at line 377 of file miarm.h.
Referenced by ExGetPoolTagInfo().
| SIZE_T _POOL_TRACKER_TABLE::PagedBytes |
Definition at line 379 of file miarm.h.
Referenced by ExGetPoolTagInfo().
| LONG _POOL_TRACKER_TABLE::PagedFrees |
Definition at line 378 of file miarm.h.
Referenced by ExGetPoolTagInfo().