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

#include <windows_heap.h>

Public Attributes

HEAP_ENTRY Entry
 
ULONG32 SegmentSignature
 
ULONG32 SegmentFlags
 
LIST_ENTRY SegmentListEntry
 
PHEAP Heap
 
PVOID BaseAddress
 
ULONG32 NumberOfPages
 
PHEAP_ENTRY FirstEntry
 
PHEAP_ENTRY LastValidEntry
 
ULONG32 NumberOfUnCommittedPages
 
ULONG32 NumberOfUnCommittedRanges
 
UINT16 SegmentAllocatorBackTraceIndex
 
UINT16 Reserved
 
LIST_ENTRY UCRSegmentList
 

Detailed Description

Definition at line 634 of file windows_heap.h.

Member Data Documentation

◆ BaseAddress

PVOID _HEAP_SEGMENT::BaseAddress

Definition at line 640 of file windows_heap.h.

Referenced by GetHeapBlocks().

◆ Entry

HEAP_ENTRY _HEAP_SEGMENT::Entry

Definition at line 635 of file windows_heap.h.

◆ FirstEntry

PHEAP_ENTRY _HEAP_SEGMENT::FirstEntry

Definition at line 645 of file windows_heap.h.

Referenced by GetHeapBlocks().

◆ Heap

PHEAP _HEAP_SEGMENT::Heap

Definition at line 639 of file windows_heap.h.

◆ LastValidEntry

PHEAP_ENTRY _HEAP_SEGMENT::LastValidEntry

Definition at line 646 of file windows_heap.h.

Referenced by GetHeapBlocks().

◆ NumberOfPages

ULONG32 _HEAP_SEGMENT::NumberOfPages

Definition at line 641 of file windows_heap.h.

◆ NumberOfUnCommittedPages

ULONG32 _HEAP_SEGMENT::NumberOfUnCommittedPages

Definition at line 647 of file windows_heap.h.

◆ NumberOfUnCommittedRanges

ULONG32 _HEAP_SEGMENT::NumberOfUnCommittedRanges

Definition at line 648 of file windows_heap.h.

◆ Reserved

UINT16 _HEAP_SEGMENT::Reserved

Definition at line 650 of file windows_heap.h.

◆ SegmentAllocatorBackTraceIndex

UINT16 _HEAP_SEGMENT::SegmentAllocatorBackTraceIndex

Definition at line 649 of file windows_heap.h.

◆ SegmentFlags

ULONG32 _HEAP_SEGMENT::SegmentFlags

Definition at line 637 of file windows_heap.h.

◆ SegmentListEntry

LIST_ENTRY _HEAP_SEGMENT::SegmentListEntry

Definition at line 638 of file windows_heap.h.

Referenced by GetHeapBlocks().

◆ SegmentSignature

ULONG32 _HEAP_SEGMENT::SegmentSignature

Definition at line 636 of file windows_heap.h.

◆ UCRSegmentList

LIST_ENTRY _HEAP_SEGMENT::UCRSegmentList

Definition at line 654 of file windows_heap.h.


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