Rizin
unix-like reverse engineering framework and cli tools
|
#include <windows_heap.h>
Public Attributes | |
union { | |
ULONG AllPolicies | |
union { | |
UINT8 DisableAffinity: 1 | |
UINT8 SlowSubsegmentGrowth: 1 | |
ULONG Spare: 30 | |
} | |
}; | |
Definition at line 851 of file windows_heap.h.
union { ... } |
ULONG _HEAP_LFH_MEM_POLICIES::AllPolicies |
Definition at line 853 of file windows_heap.h.
UINT8 _HEAP_LFH_MEM_POLICIES::DisableAffinity |
Definition at line 855 of file windows_heap.h.
UINT8 _HEAP_LFH_MEM_POLICIES::SlowSubsegmentGrowth |
Definition at line 856 of file windows_heap.h.
ULONG _HEAP_LFH_MEM_POLICIES::Spare |
Definition at line 857 of file windows_heap.h.