|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <rtltypes.h>

Public Attributes | |
| struct _RTL_HEAP_USAGE_ENTRY * | Next |
| PVOID | Address |
| SIZE_T | Size |
| USHORT | AllocatorBackTraceIndex |
| USHORT | TagIndex |
Definition at line 1031 of file rtltypes.h.
| PVOID _RTL_HEAP_USAGE_ENTRY::Address |
Definition at line 1034 of file rtltypes.h.
| USHORT _RTL_HEAP_USAGE_ENTRY::AllocatorBackTraceIndex |
Definition at line 1036 of file rtltypes.h.
| struct _RTL_HEAP_USAGE_ENTRY* _RTL_HEAP_USAGE_ENTRY::Next |
Definition at line 1033 of file rtltypes.h.
| SIZE_T _RTL_HEAP_USAGE_ENTRY::Size |
Definition at line 1035 of file rtltypes.h.
| USHORT _RTL_HEAP_USAGE_ENTRY::TagIndex |
Definition at line 1037 of file rtltypes.h.