Rizin
unix-like reverse engineering framework and cli tools
|
#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 |
Definition at line 820 of file windows_heap.h.
PHEAP_SUBSEGMENT _HEAP_LOCAL_SEGMENT_INFO::ActiveSubsegment |
Definition at line 822 of file windows_heap.h.
UINT16 _HEAP_LOCAL_SEGMENT_INFO::BucketIndex |
Definition at line 827 of file windows_heap.h.
PHEAP_SUBSEGMENT _HEAP_LOCAL_SEGMENT_INFO::CachedItems[16] |
Definition at line 823 of file windows_heap.h.
HEAP_BUCKET_COUNTERS _HEAP_LOCAL_SEGMENT_INFO::Counters |
Definition at line 825 of file windows_heap.h.
ULONG _HEAP_LOCAL_SEGMENT_INFO::LastOpSequence |
Definition at line 826 of file windows_heap.h.
UINT16 _HEAP_LOCAL_SEGMENT_INFO::LastUsed |
Definition at line 828 of file windows_heap.h.
PHEAP_LOCAL_DATA _HEAP_LOCAL_SEGMENT_INFO::LocalData |
Definition at line 821 of file windows_heap.h.
UINT16 _HEAP_LOCAL_SEGMENT_INFO::NoThrashCount |
Definition at line 829 of file windows_heap.h.
SLIST_HEADER _HEAP_LOCAL_SEGMENT_INFO::SListHeader |
Definition at line 824 of file windows_heap.h.