Rizin
unix-like reverse engineering framework and cli tools
_HEAP_LFH_MEM_POLICIES Struct Reference

#include <windows_heap.h>

Public Attributes

union {
   ULONG   AllPolicies
 
   union {
      UINT8   DisableAffinity: 1
 
      UINT8   SlowSubsegmentGrowth: 1
 
      ULONG   Spare: 30
 
   } 
 
}; 
 

Detailed Description

Definition at line 851 of file windows_heap.h.

Member Data Documentation

◆ 

union { ... }

◆ AllPolicies

ULONG _HEAP_LFH_MEM_POLICIES::AllPolicies

Definition at line 853 of file windows_heap.h.

◆ DisableAffinity

UINT8 _HEAP_LFH_MEM_POLICIES::DisableAffinity

Definition at line 855 of file windows_heap.h.

◆ SlowSubsegmentGrowth

UINT8 _HEAP_LFH_MEM_POLICIES::SlowSubsegmentGrowth

Definition at line 856 of file windows_heap.h.

◆ Spare

ULONG _HEAP_LFH_MEM_POLICIES::Spare

Definition at line 857 of file windows_heap.h.


The documentation for this struct was generated from the following file: