ReactOS 0.4.16-dev-401-g45b008d
|
Public Attributes | |
ULONG | StartStamp |
PVOID | Heap |
SIZE_T | RequestedSize |
SIZE_T | ActualSize |
union { | |
LIST_ENTRY FreeQueue | |
SINGLE_LIST_ENTRY FreePushList | |
WORD TraceIndex | |
}; | |
PVOID | StackTrace |
ULONG | EndStamp |
Definition at line 25 of file heappage.c.
union { ... } _DPH_BLOCK_INFORMATION::@5006 |
SIZE_T _DPH_BLOCK_INFORMATION::ActualSize |
Definition at line 30 of file heappage.c.
Referenced by RtlpDphFreeDelayedBlocksFromHeap(), and RtlpDphWritePageHeapBlockInformation().
ULONG _DPH_BLOCK_INFORMATION::EndStamp |
Definition at line 38 of file heappage.c.
Referenced by RtlpDphIsPageHeapBlock(), RtlpDphReportCorruptedBlock(), and RtlpDphWritePageHeapBlockInformation().
SINGLE_LIST_ENTRY _DPH_BLOCK_INFORMATION::FreePushList |
Definition at line 34 of file heappage.c.
LIST_ENTRY _DPH_BLOCK_INFORMATION::FreeQueue |
Definition at line 33 of file heappage.c.
PVOID _DPH_BLOCK_INFORMATION::Heap |
Definition at line 28 of file heappage.c.
Referenced by RtlpDphFreeDelayedBlocksFromHeap(), RtlpDphIsPageHeapBlock(), RtlpDphReportCorruptedBlock(), and RtlpDphWritePageHeapBlockInformation().
SIZE_T _DPH_BLOCK_INFORMATION::RequestedSize |
Definition at line 29 of file heappage.c.
Referenced by RtlpDphGetBlockSizeFromCorruptedBlock(), RtlpDphIsPageHeapBlock(), and RtlpDphWritePageHeapBlockInformation().
PVOID _DPH_BLOCK_INFORMATION::StackTrace |
Definition at line 37 of file heappage.c.
ULONG _DPH_BLOCK_INFORMATION::StartStamp |
Definition at line 27 of file heappage.c.
Referenced by RtlpDphGetBlockSizeFromCorruptedBlock(), RtlpDphIsPageHeapBlock(), RtlpDphReportCorruptedBlock(), and RtlpDphWritePageHeapBlockInformation().
WORD _DPH_BLOCK_INFORMATION::TraceIndex |
Definition at line 35 of file heappage.c.