Rizin
unix-like reverse engineering framework and cli tools
|
#include <windows_heap.h>
Public Attributes | |
struct { | |
BYTE IsBucket: 1 | |
BYTE Spare0: 7 | |
}; | |
BYTE | BucketIndex |
union { | |
BYTE SlotCount | |
BYTE SlotIndex | |
}; | |
BYTE | Spare1 |
WPARAM | AvailableSubsegmentCount |
RTL_SRWLOCK | Lock |
LIST_ENTRY | AvailableSubsegmentList |
LIST_ENTRY | FullSubsegmentList |
Definition at line 451 of file windows_heap.h.
struct { ... } |
union { ... } |
WPARAM _HEAP_LFH_SUBSEGMENT_OWNER::AvailableSubsegmentCount |
Definition at line 462 of file windows_heap.h.
LIST_ENTRY _HEAP_LFH_SUBSEGMENT_OWNER::AvailableSubsegmentList |
Definition at line 464 of file windows_heap.h.
Referenced by GetSegmentHeapBlocks().
BYTE _HEAP_LFH_SUBSEGMENT_OWNER::BucketIndex |
Definition at line 456 of file windows_heap.h.
LIST_ENTRY _HEAP_LFH_SUBSEGMENT_OWNER::FullSubsegmentList |
Definition at line 465 of file windows_heap.h.
Referenced by GetSegmentHeapBlocks().
BYTE _HEAP_LFH_SUBSEGMENT_OWNER::IsBucket |
Definition at line 453 of file windows_heap.h.
RTL_SRWLOCK _HEAP_LFH_SUBSEGMENT_OWNER::Lock |
Definition at line 463 of file windows_heap.h.
BYTE _HEAP_LFH_SUBSEGMENT_OWNER::SlotCount |
Definition at line 458 of file windows_heap.h.
BYTE _HEAP_LFH_SUBSEGMENT_OWNER::SlotIndex |
Definition at line 459 of file windows_heap.h.
BYTE _HEAP_LFH_SUBSEGMENT_OWNER::Spare0 |
Definition at line 454 of file windows_heap.h.
BYTE _HEAP_LFH_SUBSEGMENT_OWNER::Spare1 |
Definition at line 461 of file windows_heap.h.