//0x4 bytes (sizeof)
union RTLP_HP_LFH_PERF_FLAGS
{
ULONG HotspotDetection:1; //0x0
ULONG LfhSubsegmentPrefetch:1; //0x0
ULONG ThreadPrivateSlot:1; //0x0
ULONG EnableGarbageCollection:1; //0x0
ULONG OpportunisticLargePreCommit:1; //0x0
ULONG LfhForcedAffinity:1; //0x0
ULONG LfhConservativeAffinity:1; //0x0
ULONG LfhCachelinePadding:1; //0x0
ULONG LfhSubsegmentHeat:2; //0x0
ULONG SegCachedCommitLimitRatio:2; //0x0
ULONG HotSubsegmentSizeShift:2; //0x0
ULONG HotThresholdHighShift:2; //0x0
ULONG AllFlags; //0x0
};