Rizin
unix-like reverse engineering framework and cli tools
|
#include <windows_heap.h>
Public Attributes | |
LIST_ENTRY | ListEntry |
WPARAM | CommitBitmap |
WPARAM | CommitLock |
UINT16 | Size |
UINT16 | Signature: 15 |
bool | FullCommit: 1 |
WPARAM | Spare |
Definition at line 339 of file windows_heap.h.
WPARAM _HEAP_VS_SUBSEGMENT::CommitBitmap |
Definition at line 341 of file windows_heap.h.
WPARAM _HEAP_VS_SUBSEGMENT::CommitLock |
Definition at line 342 of file windows_heap.h.
bool _HEAP_VS_SUBSEGMENT::FullCommit |
Definition at line 345 of file windows_heap.h.
LIST_ENTRY _HEAP_VS_SUBSEGMENT::ListEntry |
Definition at line 340 of file windows_heap.h.
UINT16 _HEAP_VS_SUBSEGMENT::Signature |
Definition at line 344 of file windows_heap.h.
Referenced by GetSingleSegmentBlock().
UINT16 _HEAP_VS_SUBSEGMENT::Size |
Definition at line 343 of file windows_heap.h.
Referenced by GetSegmentHeapBlocks(), and GetSingleSegmentBlock().
WPARAM _HEAP_VS_SUBSEGMENT::Spare |
Definition at line 346 of file windows_heap.h.