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

#include <windows_heap.h>

Public Attributes

LIST_ENTRY Entry
 
HEAP_ENTRY_EXTRA ExtraStuff
 
WPARAM CommitSize
 
WPARAM ReserveSize
 
HEAP_ENTRY BusyBlock
 

Detailed Description

Definition at line 766 of file windows_heap.h.

Member Data Documentation

◆ BusyBlock

HEAP_ENTRY _HEAP_VIRTUAL_ALLOC_ENTRY::BusyBlock

Definition at line 771 of file windows_heap.h.

Referenced by GetHeapBlocks().

◆ CommitSize

WPARAM _HEAP_VIRTUAL_ALLOC_ENTRY::CommitSize

Definition at line 769 of file windows_heap.h.

Referenced by GetHeapBlocks(), and GetSingleBlock().

◆ Entry

LIST_ENTRY _HEAP_VIRTUAL_ALLOC_ENTRY::Entry

Definition at line 767 of file windows_heap.h.

Referenced by GetHeapBlocks().

◆ ExtraStuff

HEAP_ENTRY_EXTRA _HEAP_VIRTUAL_ALLOC_ENTRY::ExtraStuff

Definition at line 768 of file windows_heap.h.

◆ ReserveSize

WPARAM _HEAP_VIRTUAL_ALLOC_ENTRY::ReserveSize

Definition at line 770 of file windows_heap.h.

Referenced by GetHeapBlocks(), and GetSingleBlock().


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