ReactOS 0.4.16-dev-91-g764881a
|
#include <extypes.h>
Public Attributes | |
union { | |
UCHAR Tag [4] | |
ULONG TagUlong | |
}; | |
ULONG | PagedAllocs |
ULONG | PagedFrees |
SIZE_T | PagedUsed |
ULONG | NonPagedAllocs |
ULONG | NonPagedFrees |
SIZE_T | NonPagedUsed |
union { ... } _SYSTEM_POOLTAG::@2435 |
ULONG _SYSTEM_POOLTAG::NonPagedAllocs |
Definition at line 1144 of file extypes.h.
Referenced by ExGetPoolTagInfo().
ULONG _SYSTEM_POOLTAG::NonPagedFrees |
Definition at line 1145 of file extypes.h.
Referenced by ExGetPoolTagInfo().
SIZE_T _SYSTEM_POOLTAG::NonPagedUsed |
Definition at line 1146 of file extypes.h.
Referenced by ExGetPoolTagInfo().
ULONG _SYSTEM_POOLTAG::PagedAllocs |
Definition at line 1141 of file extypes.h.
Referenced by ExGetPoolTagInfo().
ULONG _SYSTEM_POOLTAG::PagedFrees |
Definition at line 1142 of file extypes.h.
Referenced by ExGetPoolTagInfo().
SIZE_T _SYSTEM_POOLTAG::PagedUsed |
Definition at line 1143 of file extypes.h.
Referenced by ExGetPoolTagInfo().
ULONG _SYSTEM_POOLTAG::TagUlong |
Definition at line 1139 of file extypes.h.
Referenced by ExGetPoolTagInfo().