Rizin
unix-like reverse engineering framework and cli tools
|
#include <windows_heap.h>
Public Attributes | |
PRTL_BALANCED_NODE | Root |
union { | |
BOOL Encoded: 1 | |
PRTL_BALANCED_NODE Min | |
}; | |
Definition at line 59 of file windows_heap.h.
union { ... } |
BOOL _RTL_RB_TREE::Encoded |
Definition at line 62 of file windows_heap.h.
PRTL_BALANCED_NODE _RTL_RB_TREE::Min |
Definition at line 63 of file windows_heap.h.
PRTL_BALANCED_NODE _RTL_RB_TREE::Root |
Definition at line 60 of file windows_heap.h.
Referenced by GetSegmentHeapBlocks().