ReactOS 0.4.15-dev-7958-gcd0bb1a
_POOL_TRACKER_TABLE Struct Reference

#include <miarm.h>

Public Attributes

ULONG Key
 
LONG NonPagedAllocs
 
LONG NonPagedFrees
 
SIZE_T NonPagedBytes
 
LONG PagedAllocs
 
LONG PagedFrees
 
SIZE_T PagedBytes
 

Detailed Description

Definition at line 367 of file miarm.h.

Member Data Documentation

◆ Key

ULONG _POOL_TRACKER_TABLE::Key

Definition at line 369 of file miarm.h.

Referenced by ExGetPoolTagInfo(), ExpInsertPoolTracker(), and ExpSeedHotTags().

◆ NonPagedAllocs

LONG _POOL_TRACKER_TABLE::NonPagedAllocs

Definition at line 370 of file miarm.h.

Referenced by ExGetPoolTagInfo().

◆ NonPagedBytes

SIZE_T _POOL_TRACKER_TABLE::NonPagedBytes

Definition at line 372 of file miarm.h.

Referenced by ExGetPoolTagInfo().

◆ NonPagedFrees

LONG _POOL_TRACKER_TABLE::NonPagedFrees

Definition at line 371 of file miarm.h.

Referenced by ExGetPoolTagInfo().

◆ PagedAllocs

LONG _POOL_TRACKER_TABLE::PagedAllocs

Definition at line 373 of file miarm.h.

Referenced by ExGetPoolTagInfo().

◆ PagedBytes

SIZE_T _POOL_TRACKER_TABLE::PagedBytes

Definition at line 375 of file miarm.h.

Referenced by ExGetPoolTagInfo().

◆ PagedFrees

LONG _POOL_TRACKER_TABLE::PagedFrees

Definition at line 374 of file miarm.h.

Referenced by ExGetPoolTagInfo().


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