ReactOS 0.4.15-dev-7928-g68a8619
_DPH_BLOCK_INFORMATION Struct Reference
Collaboration diagram for _DPH_BLOCK_INFORMATION:

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
 

Detailed Description

Definition at line 25 of file heappage.c.

Member Data Documentation

◆ 

union { ... } _DPH_BLOCK_INFORMATION::@5003

◆ ActualSize

SIZE_T _DPH_BLOCK_INFORMATION::ActualSize

◆ EndStamp

ULONG _DPH_BLOCK_INFORMATION::EndStamp

◆ FreePushList

SINGLE_LIST_ENTRY _DPH_BLOCK_INFORMATION::FreePushList

Definition at line 34 of file heappage.c.

◆ FreeQueue

LIST_ENTRY _DPH_BLOCK_INFORMATION::FreeQueue

Definition at line 33 of file heappage.c.

◆ Heap

◆ RequestedSize

SIZE_T _DPH_BLOCK_INFORMATION::RequestedSize

◆ StackTrace

PVOID _DPH_BLOCK_INFORMATION::StackTrace

Definition at line 37 of file heappage.c.

◆ StartStamp

◆ TraceIndex

WORD _DPH_BLOCK_INFORMATION::TraceIndex

Definition at line 35 of file heappage.c.


The documentation for this struct was generated from the following file: