ReactOS 0.4.15-dev-7842-g558ab78
_RTL_HEAP_PARAMETERS Struct Reference

#include <nt_native.h>

Collaboration diagram for _RTL_HEAP_PARAMETERS:

Public Attributes

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

Detailed Description

Definition at line 1666 of file nt_native.h.

Member Data Documentation

◆ CommitRoutine

PRTL_HEAP_COMMIT_ROUTINE _RTL_HEAP_PARAMETERS::CommitRoutine

Definition at line 1676 of file nt_native.h.

◆ DeCommitFreeBlockThreshold [1/2]

ULONG _RTL_HEAP_PARAMETERS::DeCommitFreeBlockThreshold

Definition at line 1670 of file nt_native.h.

Referenced by LdrpInitializeProcess().

◆ DeCommitFreeBlockThreshold [2/2]

SIZE_T _RTL_HEAP_PARAMETERS::DeCommitFreeBlockThreshold

Definition at line 591 of file rtltypes.h.

◆ DeCommitTotalFreeThreshold [1/2]

ULONG _RTL_HEAP_PARAMETERS::DeCommitTotalFreeThreshold

Definition at line 1671 of file nt_native.h.

Referenced by LdrpInitializeProcess().

◆ DeCommitTotalFreeThreshold [2/2]

SIZE_T _RTL_HEAP_PARAMETERS::DeCommitTotalFreeThreshold

Definition at line 592 of file rtltypes.h.

◆ InitialCommit [1/2]

ULONG _RTL_HEAP_PARAMETERS::InitialCommit

Definition at line 1674 of file nt_native.h.

◆ InitialCommit [2/2]

SIZE_T _RTL_HEAP_PARAMETERS::InitialCommit

Definition at line 595 of file rtltypes.h.

◆ InitialReserve [1/2]

ULONG _RTL_HEAP_PARAMETERS::InitialReserve

Definition at line 1675 of file nt_native.h.

◆ InitialReserve [2/2]

SIZE_T _RTL_HEAP_PARAMETERS::InitialReserve

Definition at line 596 of file rtltypes.h.

◆ Length

ULONG _RTL_HEAP_PARAMETERS::Length

Definition at line 1667 of file nt_native.h.

Referenced by LdrpInitializeProcess().

◆ MaximumAllocationSize [1/2]

ULONG _RTL_HEAP_PARAMETERS::MaximumAllocationSize

Definition at line 1672 of file nt_native.h.

Referenced by LdrpInitializeProcess().

◆ MaximumAllocationSize [2/2]

SIZE_T _RTL_HEAP_PARAMETERS::MaximumAllocationSize

Definition at line 593 of file rtltypes.h.

◆ Reserved [1/2]

ULONG _RTL_HEAP_PARAMETERS::Reserved[2]

Definition at line 1677 of file nt_native.h.

◆ Reserved [2/2]

SIZE_T _RTL_HEAP_PARAMETERS::Reserved[2]

Definition at line 598 of file rtltypes.h.

◆ SegmentCommit [1/2]

ULONG _RTL_HEAP_PARAMETERS::SegmentCommit

Definition at line 1669 of file nt_native.h.

◆ SegmentCommit [2/2]

SIZE_T _RTL_HEAP_PARAMETERS::SegmentCommit

Definition at line 590 of file rtltypes.h.

◆ SegmentReserve [1/2]

ULONG _RTL_HEAP_PARAMETERS::SegmentReserve

Definition at line 1668 of file nt_native.h.

◆ SegmentReserve [2/2]

SIZE_T _RTL_HEAP_PARAMETERS::SegmentReserve

Definition at line 589 of file rtltypes.h.

◆ VirtualMemoryThreshold [1/2]

ULONG _RTL_HEAP_PARAMETERS::VirtualMemoryThreshold

Definition at line 1673 of file nt_native.h.

Referenced by LdrpInitializeProcess().

◆ VirtualMemoryThreshold [2/2]

SIZE_T _RTL_HEAP_PARAMETERS::VirtualMemoryThreshold

Definition at line 594 of file rtltypes.h.


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