Rizin
unix-like reverse engineering framework and cli tools
|
#include <windows_heap.h>
Public Attributes | |
LIST_ENTRY | Entry |
HEAP_ENTRY_EXTRA | ExtraStuff |
WPARAM | CommitSize |
WPARAM | ReserveSize |
HEAP_ENTRY | BusyBlock |
Definition at line 766 of file windows_heap.h.
HEAP_ENTRY _HEAP_VIRTUAL_ALLOC_ENTRY::BusyBlock |
Definition at line 771 of file windows_heap.h.
Referenced by GetHeapBlocks().
WPARAM _HEAP_VIRTUAL_ALLOC_ENTRY::CommitSize |
Definition at line 769 of file windows_heap.h.
Referenced by GetHeapBlocks(), and GetSingleBlock().
LIST_ENTRY _HEAP_VIRTUAL_ALLOC_ENTRY::Entry |
Definition at line 767 of file windows_heap.h.
Referenced by GetHeapBlocks().
HEAP_ENTRY_EXTRA _HEAP_VIRTUAL_ALLOC_ENTRY::ExtraStuff |
Definition at line 768 of file windows_heap.h.
WPARAM _HEAP_VIRTUAL_ALLOC_ENTRY::ReserveSize |
Definition at line 770 of file windows_heap.h.
Referenced by GetHeapBlocks(), and GetSingleBlock().