ReactOS 0.4.16-dev-814-g656a5dc
|
#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::@2445 |
ULONG _SYSTEM_POOLTAG::NonPagedAllocs |
Definition at line 1148 of file extypes.h.
Referenced by ExGetPoolTagInfo().
ULONG _SYSTEM_POOLTAG::NonPagedFrees |
Definition at line 1149 of file extypes.h.
Referenced by ExGetPoolTagInfo().
SIZE_T _SYSTEM_POOLTAG::NonPagedUsed |
Definition at line 1150 of file extypes.h.
Referenced by ExGetPoolTagInfo().
ULONG _SYSTEM_POOLTAG::PagedAllocs |
Definition at line 1145 of file extypes.h.
Referenced by ExGetPoolTagInfo().
ULONG _SYSTEM_POOLTAG::PagedFrees |
Definition at line 1146 of file extypes.h.
Referenced by ExGetPoolTagInfo().
SIZE_T _SYSTEM_POOLTAG::PagedUsed |
Definition at line 1147 of file extypes.h.
Referenced by ExGetPoolTagInfo().
ULONG _SYSTEM_POOLTAG::TagUlong |
Definition at line 1143 of file extypes.h.
Referenced by ExGetPoolTagInfo().