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

#include <windows_heap.h>

Public Attributes

RTL_SRWLOCK Lock
 
WPARAM LockType
 
RTL_RB_TREE FreeChunkTree
 
LIST_ENTRY SubsegmentList
 
WPARAM TotalCommittedUnits
 
WPARAM FreeCommittedUnits
 
WPARAM DelayFreeContext [8]
 
PVOID BackendCtx
 
HEAP_SUBALLOCATOR_CALLBACKS Callbacks
 
RTL_HP_VS_CONFIG Config
 
UINT Flags
 
WPARAM Padding
 

Detailed Description

Definition at line 349 of file windows_heap.h.

Member Data Documentation

◆ BackendCtx

PVOID _HEAP_VS_CONTEXT::BackendCtx

Definition at line 357 of file windows_heap.h.

◆ Callbacks

HEAP_SUBALLOCATOR_CALLBACKS _HEAP_VS_CONTEXT::Callbacks

Definition at line 358 of file windows_heap.h.

◆ Config

RTL_HP_VS_CONFIG _HEAP_VS_CONTEXT::Config

Definition at line 359 of file windows_heap.h.

◆ DelayFreeContext

WPARAM _HEAP_VS_CONTEXT::DelayFreeContext[8]

Definition at line 356 of file windows_heap.h.

◆ Flags

UINT _HEAP_VS_CONTEXT::Flags

Definition at line 360 of file windows_heap.h.

◆ FreeChunkTree

RTL_RB_TREE _HEAP_VS_CONTEXT::FreeChunkTree

Definition at line 352 of file windows_heap.h.

◆ FreeCommittedUnits

WPARAM _HEAP_VS_CONTEXT::FreeCommittedUnits

Definition at line 355 of file windows_heap.h.

◆ Lock

RTL_SRWLOCK _HEAP_VS_CONTEXT::Lock

Definition at line 350 of file windows_heap.h.

◆ LockType

WPARAM _HEAP_VS_CONTEXT::LockType

Definition at line 351 of file windows_heap.h.

◆ Padding

WPARAM _HEAP_VS_CONTEXT::Padding

Definition at line 361 of file windows_heap.h.

◆ SubsegmentList

LIST_ENTRY _HEAP_VS_CONTEXT::SubsegmentList

Definition at line 353 of file windows_heap.h.

◆ TotalCommittedUnits

WPARAM _HEAP_VS_CONTEXT::TotalCommittedUnits

Definition at line 354 of file windows_heap.h.


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