|
ReactOS 0.4.17-dev-650-gd0e71de
|
#include <rtltypes.h>

Public Attributes | |
| struct _RTL_HEAP_USAGE_ENTRY * | Next |
| PVOID | Address |
| SIZE_T | Size |
| USHORT | AllocatorBackTraceIndex |
| USHORT | TagIndex |
Definition at line 1039 of file rtltypes.h.
| PVOID _RTL_HEAP_USAGE_ENTRY::Address |
Definition at line 1042 of file rtltypes.h.
| USHORT _RTL_HEAP_USAGE_ENTRY::AllocatorBackTraceIndex |
Definition at line 1044 of file rtltypes.h.
| struct _RTL_HEAP_USAGE_ENTRY* _RTL_HEAP_USAGE_ENTRY::Next |
Definition at line 1041 of file rtltypes.h.
| SIZE_T _RTL_HEAP_USAGE_ENTRY::Size |
Definition at line 1043 of file rtltypes.h.
| USHORT _RTL_HEAP_USAGE_ENTRY::TagIndex |
Definition at line 1045 of file rtltypes.h.