|
Rizin
unix-like reverse engineering framework and cli tools
|
#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 |
Definition at line 349 of file windows_heap.h.
| PVOID _HEAP_VS_CONTEXT::BackendCtx |
Definition at line 357 of file windows_heap.h.
| HEAP_SUBALLOCATOR_CALLBACKS _HEAP_VS_CONTEXT::Callbacks |
Definition at line 358 of file windows_heap.h.
| RTL_HP_VS_CONFIG _HEAP_VS_CONTEXT::Config |
Definition at line 359 of file windows_heap.h.
| WPARAM _HEAP_VS_CONTEXT::DelayFreeContext[8] |
Definition at line 356 of file windows_heap.h.
| UINT _HEAP_VS_CONTEXT::Flags |
Definition at line 360 of file windows_heap.h.
| RTL_RB_TREE _HEAP_VS_CONTEXT::FreeChunkTree |
Definition at line 352 of file windows_heap.h.
| WPARAM _HEAP_VS_CONTEXT::FreeCommittedUnits |
Definition at line 355 of file windows_heap.h.
| RTL_SRWLOCK _HEAP_VS_CONTEXT::Lock |
Definition at line 350 of file windows_heap.h.
| WPARAM _HEAP_VS_CONTEXT::LockType |
Definition at line 351 of file windows_heap.h.
| WPARAM _HEAP_VS_CONTEXT::Padding |
Definition at line 361 of file windows_heap.h.
| LIST_ENTRY _HEAP_VS_CONTEXT::SubsegmentList |
Definition at line 353 of file windows_heap.h.
| WPARAM _HEAP_VS_CONTEXT::TotalCommittedUnits |
Definition at line 354 of file windows_heap.h.