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

#include <windows_heap.h>

Public Attributes

PVOID BackendCtx
 
HEAP_SUBALLOCATOR_CALLBACKS Callbacks
 
PUINT8 AffinityModArray
 
UINT8 MaxAffinity
 
UINT8 LockType
 
USHORT MemStatsOffset
 
RTL_HP_LFH_CONFIG Config
 
HEAP_LFH_SUBSEGMENT_STATS BucketStats
 
WPARAM SubsegmentCreationLock
 
WPARAM Padding [6]
 
PHEAP_LFH_BUCKET Buckets [129]
 

Detailed Description

Definition at line 493 of file windows_heap.h.

Member Data Documentation

◆ AffinityModArray

PUINT8 _HEAP_LFH_CONTEXT::AffinityModArray

Definition at line 496 of file windows_heap.h.

◆ BackendCtx

PVOID _HEAP_LFH_CONTEXT::BackendCtx

Definition at line 494 of file windows_heap.h.

◆ Buckets

PHEAP_LFH_BUCKET _HEAP_LFH_CONTEXT::Buckets[129]

Definition at line 504 of file windows_heap.h.

Referenced by GetSegmentHeapBlocks().

◆ BucketStats

HEAP_LFH_SUBSEGMENT_STATS _HEAP_LFH_CONTEXT::BucketStats

Definition at line 501 of file windows_heap.h.

◆ Callbacks

HEAP_SUBALLOCATOR_CALLBACKS _HEAP_LFH_CONTEXT::Callbacks

Definition at line 495 of file windows_heap.h.

◆ Config

RTL_HP_LFH_CONFIG _HEAP_LFH_CONTEXT::Config

Definition at line 500 of file windows_heap.h.

◆ LockType

UINT8 _HEAP_LFH_CONTEXT::LockType

Definition at line 498 of file windows_heap.h.

◆ MaxAffinity

UINT8 _HEAP_LFH_CONTEXT::MaxAffinity

Definition at line 497 of file windows_heap.h.

◆ MemStatsOffset

USHORT _HEAP_LFH_CONTEXT::MemStatsOffset

Definition at line 499 of file windows_heap.h.

◆ Padding

WPARAM _HEAP_LFH_CONTEXT::Padding[6]

Definition at line 503 of file windows_heap.h.

◆ SubsegmentCreationLock

WPARAM _HEAP_LFH_CONTEXT::SubsegmentCreationLock

Definition at line 502 of file windows_heap.h.


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