Rizin
unix-like reverse engineering framework and cli tools
|
#include <windows_heap.h>
Public Attributes | |
WORD | BlockUnits |
UINT8 | SizeIndex |
union { | |
BYTE Flags | |
union { | |
BYTE UseAffinity: 1 | |
BYTE DebugFlags: 2 | |
} | |
}; | |
Definition at line 870 of file windows_heap.h.
union { ... } |
WORD _HEAP_BUCKET::BlockUnits |
Definition at line 871 of file windows_heap.h.
BYTE _HEAP_BUCKET::DebugFlags |
Definition at line 877 of file windows_heap.h.
BYTE _HEAP_BUCKET::Flags |
Definition at line 874 of file windows_heap.h.
UINT8 _HEAP_BUCKET::SizeIndex |
Definition at line 872 of file windows_heap.h.
BYTE _HEAP_BUCKET::UseAffinity |
Definition at line 876 of file windows_heap.h.