ReactOS 0.4.16-dev-814-g656a5dc
|
#include <rtltypes.h>
Public Attributes | |
struct _RTL_HEAP_USAGE_ENTRY * | Next |
PVOID | Address |
SIZE_T | Size |
USHORT | AllocatorBackTraceIndex |
USHORT | TagIndex |
Definition at line 1037 of file rtltypes.h.
PVOID _RTL_HEAP_USAGE_ENTRY::Address |
Definition at line 1040 of file rtltypes.h.
USHORT _RTL_HEAP_USAGE_ENTRY::AllocatorBackTraceIndex |
Definition at line 1042 of file rtltypes.h.
struct _RTL_HEAP_USAGE_ENTRY* _RTL_HEAP_USAGE_ENTRY::Next |
Definition at line 1039 of file rtltypes.h.
SIZE_T _RTL_HEAP_USAGE_ENTRY::Size |
Definition at line 1041 of file rtltypes.h.
USHORT _RTL_HEAP_USAGE_ENTRY::TagIndex |
Definition at line 1043 of file rtltypes.h.