ReactOS 0.4.16-dev-321-g63bb46a
|
#include <rtltypes.h>
Public Attributes | |
ULONG | NumberOfAllocations |
ULONG | NumberOfFrees |
SIZE_T | BytesAllocated |
USHORT | TagIndex |
USHORT | CreatorBackTraceIndex |
WCHAR | TagName [24] |
Definition at line 1105 of file rtltypes.h.
SIZE_T _RTL_HEAP_TAG::BytesAllocated |
Definition at line 1109 of file rtltypes.h.
USHORT _RTL_HEAP_TAG::CreatorBackTraceIndex |
Definition at line 1111 of file rtltypes.h.
ULONG _RTL_HEAP_TAG::NumberOfAllocations |
Definition at line 1107 of file rtltypes.h.
ULONG _RTL_HEAP_TAG::NumberOfFrees |
Definition at line 1108 of file rtltypes.h.
USHORT _RTL_HEAP_TAG::TagIndex |
Definition at line 1110 of file rtltypes.h.
WCHAR _RTL_HEAP_TAG::TagName[24] |
Definition at line 1112 of file rtltypes.h.