Rizin
unix-like reverse engineering framework and cli tools
_HEAP_PAGE_SEGMENT Struct Reference

#include <windows_heap.h>

Public Attributes

union {
   struct {
      LIST_ENTRY   ListEntry
 
      WPARAM   Signature
 
      PVOID   SegmentCommitState
 
      UCHAR   UnusedWatermark
 
   } 
 
   HEAP_PAGE_RANGE_DESCRIPTOR   DescArray [256]
 
}; 
 

Detailed Description

Definition at line 422 of file windows_heap.h.

Member Data Documentation

◆ 

union { ... }

◆ DescArray

HEAP_PAGE_RANGE_DESCRIPTOR _HEAP_PAGE_SEGMENT::DescArray[256]

Definition at line 430 of file windows_heap.h.

Referenced by GetSegmentHeapBlocks(), and GetSingleSegmentBlock().

◆ ListEntry

LIST_ENTRY _HEAP_PAGE_SEGMENT::ListEntry

Definition at line 425 of file windows_heap.h.

Referenced by GetSegmentHeapBlocks().

◆ SegmentCommitState

PVOID _HEAP_PAGE_SEGMENT::SegmentCommitState

Definition at line 427 of file windows_heap.h.

◆ Signature

WPARAM _HEAP_PAGE_SEGMENT::Signature

Definition at line 426 of file windows_heap.h.

◆ UnusedWatermark

UCHAR _HEAP_PAGE_SEGMENT::UnusedWatermark

Definition at line 428 of file windows_heap.h.


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