Rizin
unix-like reverse engineering framework and cli tools
|
#include <windows_heap.h>
Public Attributes | |
UINT64 | SegmentMask |
BYTE | UnitShift |
BYTE | PagesPerUnitShift |
BYTE | FirstDescriptorIndex |
BYTE | CachedCommitSoftShift |
BYTE | CachedCommitHighShift |
UINT16 | Flags |
UINT | MaxAllocationSize |
UINT16 | OlpStatsOffset |
UINT16 | MemStatsOffset |
PVOID | LfhContext |
PVOID | VsContext |
RTL_HP_ENV_HANDLE | EnvHandle |
PVOID | Heap |
WPARAM | SegmentLock |
LIST_ENTRY | SegmentListHead |
WPARAM | SegmentCount |
RTL_RB_TREE | FreePageRanges |
WPARAM | FreeSegmentListLock |
SINGLE_LIST_ENTRY | FreeSegmentList [2] |
WPARAM | Padding [7] |
Definition at line 576 of file windows_heap.h.
BYTE _HEAP_SEG_CONTEXT::CachedCommitHighShift |
Definition at line 582 of file windows_heap.h.
BYTE _HEAP_SEG_CONTEXT::CachedCommitSoftShift |
Definition at line 581 of file windows_heap.h.
RTL_HP_ENV_HANDLE _HEAP_SEG_CONTEXT::EnvHandle |
Definition at line 589 of file windows_heap.h.
BYTE _HEAP_SEG_CONTEXT::FirstDescriptorIndex |
Definition at line 580 of file windows_heap.h.
UINT16 _HEAP_SEG_CONTEXT::Flags |
Definition at line 583 of file windows_heap.h.
RTL_RB_TREE _HEAP_SEG_CONTEXT::FreePageRanges |
Definition at line 594 of file windows_heap.h.
SINGLE_LIST_ENTRY _HEAP_SEG_CONTEXT::FreeSegmentList[2] |
Definition at line 596 of file windows_heap.h.
WPARAM _HEAP_SEG_CONTEXT::FreeSegmentListLock |
Definition at line 595 of file windows_heap.h.
PVOID _HEAP_SEG_CONTEXT::Heap |
Definition at line 590 of file windows_heap.h.
PVOID _HEAP_SEG_CONTEXT::LfhContext |
Definition at line 587 of file windows_heap.h.
UINT _HEAP_SEG_CONTEXT::MaxAllocationSize |
Definition at line 584 of file windows_heap.h.
UINT16 _HEAP_SEG_CONTEXT::MemStatsOffset |
Definition at line 586 of file windows_heap.h.
UINT16 _HEAP_SEG_CONTEXT::OlpStatsOffset |
Definition at line 585 of file windows_heap.h.
WPARAM _HEAP_SEG_CONTEXT::Padding[7] |
Definition at line 597 of file windows_heap.h.
BYTE _HEAP_SEG_CONTEXT::PagesPerUnitShift |
Definition at line 579 of file windows_heap.h.
WPARAM _HEAP_SEG_CONTEXT::SegmentCount |
Definition at line 593 of file windows_heap.h.
LIST_ENTRY _HEAP_SEG_CONTEXT::SegmentListHead |
Definition at line 592 of file windows_heap.h.
WPARAM _HEAP_SEG_CONTEXT::SegmentLock |
Definition at line 591 of file windows_heap.h.
UINT64 _HEAP_SEG_CONTEXT::SegmentMask |
Definition at line 577 of file windows_heap.h.
BYTE _HEAP_SEG_CONTEXT::UnitShift |
Definition at line 578 of file windows_heap.h.
PVOID _HEAP_SEG_CONTEXT::VsContext |
Definition at line 588 of file windows_heap.h.