ReactOS 0.4.16-dev-747-gbc52d5f
|
#include <rtltypes.h>
Definition at line 1115 of file rtltypes.h.
PVOID _RTL_HEAP_INFORMATION::BaseAddress |
Definition at line 1117 of file rtltypes.h.
Referenced by Heap32First(), Heap32Next(), and TH32CreateSnapshotSectionInitialize().
SIZE_T _RTL_HEAP_INFORMATION::BytesAllocated |
Definition at line 1121 of file rtltypes.h.
SIZE_T _RTL_HEAP_INFORMATION::BytesCommitted |
Definition at line 1122 of file rtltypes.h.
USHORT _RTL_HEAP_INFORMATION::CreatorBackTraceIndex |
Definition at line 1120 of file rtltypes.h.
PRTL_HEAP_ENTRY _RTL_HEAP_INFORMATION::Entries |
Definition at line 1129 of file rtltypes.h.
Referenced by Heap32First(), and Heap32Next().
USHORT _RTL_HEAP_INFORMATION::EntryOverhead |
Definition at line 1119 of file rtltypes.h.
Referenced by Heap32First(), and Heap32Next().
ULONG _RTL_HEAP_INFORMATION::Flags |
Definition at line 1118 of file rtltypes.h.
Referenced by TH32CreateSnapshotSectionInitialize().
ULONG _RTL_HEAP_INFORMATION::NumberOfEntries |
Definition at line 1124 of file rtltypes.h.
Referenced by Heap32First(), and Heap32Next().
ULONG _RTL_HEAP_INFORMATION::NumberOfPseudoTags |
Definition at line 1125 of file rtltypes.h.
ULONG _RTL_HEAP_INFORMATION::NumberOfTags |
Definition at line 1123 of file rtltypes.h.
ULONG _RTL_HEAP_INFORMATION::PseudoTagGranularity |
Definition at line 1126 of file rtltypes.h.
ULONG _RTL_HEAP_INFORMATION::Reserved[5] |
Definition at line 1127 of file rtltypes.h.
PRTL_HEAP_TAG _RTL_HEAP_INFORMATION::Tags |
Definition at line 1128 of file rtltypes.h.