ReactOS 0.4.16-dev-1188-gc03d779
|
#include <rtltypes.h>
Public Attributes | |
ULONG | NumberOfAllocations |
ULONG | NumberOfFrees |
SIZE_T | BytesAllocated |
USHORT | TagIndex |
USHORT | CreatorBackTraceIndex |
WCHAR | TagName [24] |
Definition at line 1099 of file rtltypes.h.
SIZE_T _RTL_HEAP_TAG::BytesAllocated |
Definition at line 1103 of file rtltypes.h.
USHORT _RTL_HEAP_TAG::CreatorBackTraceIndex |
Definition at line 1105 of file rtltypes.h.
ULONG _RTL_HEAP_TAG::NumberOfAllocations |
Definition at line 1101 of file rtltypes.h.
ULONG _RTL_HEAP_TAG::NumberOfFrees |
Definition at line 1102 of file rtltypes.h.
USHORT _RTL_HEAP_TAG::TagIndex |
Definition at line 1104 of file rtltypes.h.
WCHAR _RTL_HEAP_TAG::TagName[24] |
Definition at line 1106 of file rtltypes.h.