Rizin
unix-like reverse engineering framework and cli tools
|
#include <windows_heap.h>
Public Attributes | |
union { | |
struct { | |
UINT16 AllocatorBackTraceIndex | |
UINT16 TagIndex | |
WPARAM Settable | |
} | |
UINT64 ZeroInit | |
}; | |
Definition at line 745 of file windows_heap.h.
union { ... } |
UINT16 _HEAP_ENTRY_EXTRA::AllocatorBackTraceIndex |
Definition at line 748 of file windows_heap.h.
WPARAM _HEAP_ENTRY_EXTRA::Settable |
Definition at line 753 of file windows_heap.h.
UINT16 _HEAP_ENTRY_EXTRA::TagIndex |
Definition at line 749 of file windows_heap.h.
UINT64 _HEAP_ENTRY_EXTRA::ZeroInit |
Definition at line 761 of file windows_heap.h.