Rizin
unix-like reverse engineering framework and cli tools
|
#include <windows_heap.h>
Public Attributes | |
HEAP_LFH_SUBSEGMENT_OWNER | State |
WPARAM | TotalBlockCount |
WPARAM | TotalSubsegmentCount |
UINT | ReciprocalBlockSize |
UINT8 | Shift |
UINT8 | ContentionCount |
WPARAM | AffinityMappingLock |
PUINT8 | ProcAffinityMapping |
PHEAP_LFH_AFFINITY_SLOT * | AffinitySlots |
Definition at line 481 of file windows_heap.h.
WPARAM _HEAP_LFH_BUCKET::AffinityMappingLock |
Definition at line 488 of file windows_heap.h.
PHEAP_LFH_AFFINITY_SLOT* _HEAP_LFH_BUCKET::AffinitySlots |
Definition at line 490 of file windows_heap.h.
Referenced by GetSegmentHeapBlocks().
UINT8 _HEAP_LFH_BUCKET::ContentionCount |
Definition at line 487 of file windows_heap.h.
PUINT8 _HEAP_LFH_BUCKET::ProcAffinityMapping |
Definition at line 489 of file windows_heap.h.
UINT _HEAP_LFH_BUCKET::ReciprocalBlockSize |
Definition at line 485 of file windows_heap.h.
UINT8 _HEAP_LFH_BUCKET::Shift |
Definition at line 486 of file windows_heap.h.
HEAP_LFH_SUBSEGMENT_OWNER _HEAP_LFH_BUCKET::State |
Definition at line 482 of file windows_heap.h.
WPARAM _HEAP_LFH_BUCKET::TotalBlockCount |
Definition at line 483 of file windows_heap.h.
WPARAM _HEAP_LFH_BUCKET::TotalSubsegmentCount |
Definition at line 484 of file windows_heap.h.