ReactOS 0.4.16-dev-1520-gb558596
|
#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::@2610 |
ULONG _SYSTEM_POOLTAG::NonPagedAllocs |
Definition at line 1319 of file extypes.h.
Referenced by ExGetPoolTagInfo().
ULONG _SYSTEM_POOLTAG::NonPagedFrees |
Definition at line 1320 of file extypes.h.
Referenced by ExGetPoolTagInfo().
SIZE_T _SYSTEM_POOLTAG::NonPagedUsed |
Definition at line 1321 of file extypes.h.
Referenced by ExGetPoolTagInfo().
ULONG _SYSTEM_POOLTAG::PagedAllocs |
Definition at line 1316 of file extypes.h.
Referenced by ExGetPoolTagInfo().
ULONG _SYSTEM_POOLTAG::PagedFrees |
Definition at line 1317 of file extypes.h.
Referenced by ExGetPoolTagInfo().
SIZE_T _SYSTEM_POOLTAG::PagedUsed |
Definition at line 1318 of file extypes.h.
Referenced by ExGetPoolTagInfo().
ULONG _SYSTEM_POOLTAG::TagUlong |
Definition at line 1314 of file extypes.h.
Referenced by ExGetPoolTagInfo().