Rizin
unix-like reverse engineering framework and cli tools
|
#include <windows_heap.h>
Public Attributes | |
union { | |
struct { | |
LIST_ENTRY ListEntry | |
WPARAM Signature | |
PVOID SegmentCommitState | |
UCHAR UnusedWatermark | |
} | |
HEAP_PAGE_RANGE_DESCRIPTOR DescArray [256] | |
}; | |
Definition at line 422 of file windows_heap.h.
union { ... } |
HEAP_PAGE_RANGE_DESCRIPTOR _HEAP_PAGE_SEGMENT::DescArray[256] |
Definition at line 430 of file windows_heap.h.
Referenced by GetSegmentHeapBlocks(), and GetSingleSegmentBlock().
LIST_ENTRY _HEAP_PAGE_SEGMENT::ListEntry |
Definition at line 425 of file windows_heap.h.
Referenced by GetSegmentHeapBlocks().
PVOID _HEAP_PAGE_SEGMENT::SegmentCommitState |
Definition at line 427 of file windows_heap.h.
WPARAM _HEAP_PAGE_SEGMENT::Signature |
Definition at line 426 of file windows_heap.h.
UCHAR _HEAP_PAGE_SEGMENT::UnusedWatermark |
Definition at line 428 of file windows_heap.h.