Process Hacker
_RTL_HEAP_PARAMETERS Struct Reference

#include <ntrtl.h>

Data Fields

ULONG Length
 
SIZE_T SegmentReserve
 
SIZE_T SegmentCommit
 
SIZE_T DeCommitFreeBlockThreshold
 
SIZE_T DeCommitTotalFreeThreshold
 
SIZE_T MaximumAllocationSize
 
SIZE_T VirtualMemoryThreshold
 
SIZE_T InitialCommit
 
SIZE_T InitialReserve
 
PRTL_HEAP_COMMIT_ROUTINE CommitRoutine
 
SIZE_T Reserved [2]
 

Detailed Description

Definition at line 3226 of file ntrtl.h.

Field Documentation

PRTL_HEAP_COMMIT_ROUTINE CommitRoutine

Definition at line 3237 of file ntrtl.h.

SIZE_T DeCommitFreeBlockThreshold

Definition at line 3231 of file ntrtl.h.

SIZE_T DeCommitTotalFreeThreshold

Definition at line 3232 of file ntrtl.h.

SIZE_T InitialCommit

Definition at line 3235 of file ntrtl.h.

SIZE_T InitialReserve

Definition at line 3236 of file ntrtl.h.

ULONG Length

Definition at line 3228 of file ntrtl.h.

SIZE_T MaximumAllocationSize

Definition at line 3233 of file ntrtl.h.

SIZE_T Reserved[2]

Definition at line 3238 of file ntrtl.h.

SIZE_T SegmentCommit

Definition at line 3230 of file ntrtl.h.

SIZE_T SegmentReserve

Definition at line 3229 of file ntrtl.h.

SIZE_T VirtualMemoryThreshold

Definition at line 3234 of file ntrtl.h.


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