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

#include <windows_heap.h>

Public Attributes

PHEAP_LOCAL_DATA LocalData
 
PHEAP_SUBSEGMENT ActiveSubsegment
 
PHEAP_SUBSEGMENT CachedItems [16]
 
SLIST_HEADER SListHeader
 
HEAP_BUCKET_COUNTERS Counters
 
ULONG LastOpSequence
 
UINT16 BucketIndex
 
UINT16 LastUsed
 
UINT16 NoThrashCount
 

Detailed Description

Definition at line 820 of file windows_heap.h.

Member Data Documentation

◆ ActiveSubsegment

PHEAP_SUBSEGMENT _HEAP_LOCAL_SEGMENT_INFO::ActiveSubsegment

Definition at line 822 of file windows_heap.h.

◆ BucketIndex

UINT16 _HEAP_LOCAL_SEGMENT_INFO::BucketIndex

Definition at line 827 of file windows_heap.h.

◆ CachedItems

PHEAP_SUBSEGMENT _HEAP_LOCAL_SEGMENT_INFO::CachedItems[16]

Definition at line 823 of file windows_heap.h.

◆ Counters

HEAP_BUCKET_COUNTERS _HEAP_LOCAL_SEGMENT_INFO::Counters

Definition at line 825 of file windows_heap.h.

◆ LastOpSequence

ULONG _HEAP_LOCAL_SEGMENT_INFO::LastOpSequence

Definition at line 826 of file windows_heap.h.

◆ LastUsed

UINT16 _HEAP_LOCAL_SEGMENT_INFO::LastUsed

Definition at line 828 of file windows_heap.h.

◆ LocalData

PHEAP_LOCAL_DATA _HEAP_LOCAL_SEGMENT_INFO::LocalData

Definition at line 821 of file windows_heap.h.

◆ NoThrashCount

UINT16 _HEAP_LOCAL_SEGMENT_INFO::NoThrashCount

Definition at line 829 of file windows_heap.h.

◆ SListHeader

SLIST_HEADER _HEAP_LOCAL_SEGMENT_INFO::SListHeader

Definition at line 824 of file windows_heap.h.


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