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

#include <windows_heap.h>

Public Attributes

LIST_ENTRY ListEntry
 
WPARAM CommitBitmap
 
WPARAM CommitLock
 
UINT16 Size
 
UINT16 Signature: 15
 
bool FullCommit: 1
 
WPARAM Spare
 

Detailed Description

Definition at line 339 of file windows_heap.h.

Member Data Documentation

◆ CommitBitmap

WPARAM _HEAP_VS_SUBSEGMENT::CommitBitmap

Definition at line 341 of file windows_heap.h.

◆ CommitLock

WPARAM _HEAP_VS_SUBSEGMENT::CommitLock

Definition at line 342 of file windows_heap.h.

◆ FullCommit

bool _HEAP_VS_SUBSEGMENT::FullCommit

Definition at line 345 of file windows_heap.h.

◆ ListEntry

LIST_ENTRY _HEAP_VS_SUBSEGMENT::ListEntry

Definition at line 340 of file windows_heap.h.

◆ Signature

UINT16 _HEAP_VS_SUBSEGMENT::Signature

Definition at line 344 of file windows_heap.h.

Referenced by GetSingleSegmentBlock().

◆ Size

UINT16 _HEAP_VS_SUBSEGMENT::Size

Definition at line 343 of file windows_heap.h.

Referenced by GetSegmentHeapBlocks(), and GetSingleSegmentBlock().

◆ Spare

WPARAM _HEAP_VS_SUBSEGMENT::Spare

Definition at line 346 of file windows_heap.h.


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