|
Rizin
unix-like reverse engineering framework and cli tools
|
#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] |
Definition at line 493 of file windows_heap.h.
| PUINT8 _HEAP_LFH_CONTEXT::AffinityModArray |
Definition at line 496 of file windows_heap.h.
| PVOID _HEAP_LFH_CONTEXT::BackendCtx |
Definition at line 494 of file windows_heap.h.
| PHEAP_LFH_BUCKET _HEAP_LFH_CONTEXT::Buckets[129] |
Definition at line 504 of file windows_heap.h.
Referenced by GetSegmentHeapBlocks().
| HEAP_LFH_SUBSEGMENT_STATS _HEAP_LFH_CONTEXT::BucketStats |
Definition at line 501 of file windows_heap.h.
| HEAP_SUBALLOCATOR_CALLBACKS _HEAP_LFH_CONTEXT::Callbacks |
Definition at line 495 of file windows_heap.h.
| RTL_HP_LFH_CONFIG _HEAP_LFH_CONTEXT::Config |
Definition at line 500 of file windows_heap.h.
| UINT8 _HEAP_LFH_CONTEXT::LockType |
Definition at line 498 of file windows_heap.h.
| UINT8 _HEAP_LFH_CONTEXT::MaxAffinity |
Definition at line 497 of file windows_heap.h.
| USHORT _HEAP_LFH_CONTEXT::MemStatsOffset |
Definition at line 499 of file windows_heap.h.
| WPARAM _HEAP_LFH_CONTEXT::Padding[6] |
Definition at line 503 of file windows_heap.h.
| WPARAM _HEAP_LFH_CONTEXT::SubsegmentCreationLock |
Definition at line 502 of file windows_heap.h.