struct HEAP_TUNING_PARAMETERS

typedef struct _HEAP_TUNING_PARAMETERS
{
     ULONG CommittThresholdShift;
     ULONG MaxPreCommittThreshold;
} HEAP_TUNING_PARAMETERS, *PHEAP_TUNING_PARAMETERS;

Windows Vista Kernel Structures