ReactOS 0.4.15-dev-7842-g558ab78
_HEAP_COUNTERS Struct Reference

#include <heap.h>

Public Attributes

SIZE_T TotalMemoryReserved
 
SIZE_T TotalMemoryCommitted
 
SIZE_T TotalMemoryLargeUCR
 
SIZE_T TotalSizeInVirtualBlocks
 
ULONG TotalSegments
 
ULONG TotalUCRs
 
ULONG CommittOps
 
ULONG DeCommitOps
 
ULONG LockAcquires
 
ULONG LockCollisions
 
ULONG CommitRate
 
ULONG DecommittRate
 
ULONG CommitFailures
 
ULONG InBlockCommitFailures
 
ULONG CompactHeapCalls
 
ULONG CompactedUCRs
 
ULONG InBlockDeccommits
 
SIZE_T InBlockDeccomitSize
 

Detailed Description

Definition at line 165 of file heap.h.

Member Data Documentation

◆ CommitFailures

ULONG _HEAP_COUNTERS::CommitFailures

Definition at line 179 of file heap.h.

◆ CommitRate

ULONG _HEAP_COUNTERS::CommitRate

Definition at line 177 of file heap.h.

◆ CommittOps

ULONG _HEAP_COUNTERS::CommittOps

Definition at line 173 of file heap.h.

◆ CompactedUCRs

ULONG _HEAP_COUNTERS::CompactedUCRs

Definition at line 182 of file heap.h.

◆ CompactHeapCalls

ULONG _HEAP_COUNTERS::CompactHeapCalls

Definition at line 181 of file heap.h.

◆ DeCommitOps

ULONG _HEAP_COUNTERS::DeCommitOps

Definition at line 174 of file heap.h.

◆ DecommittRate

ULONG _HEAP_COUNTERS::DecommittRate

Definition at line 178 of file heap.h.

◆ InBlockCommitFailures

ULONG _HEAP_COUNTERS::InBlockCommitFailures

Definition at line 180 of file heap.h.

◆ InBlockDeccomitSize

SIZE_T _HEAP_COUNTERS::InBlockDeccomitSize

Definition at line 184 of file heap.h.

◆ InBlockDeccommits

ULONG _HEAP_COUNTERS::InBlockDeccommits

Definition at line 183 of file heap.h.

◆ LockAcquires

ULONG _HEAP_COUNTERS::LockAcquires

Definition at line 175 of file heap.h.

◆ LockCollisions

ULONG _HEAP_COUNTERS::LockCollisions

Definition at line 176 of file heap.h.

◆ TotalMemoryCommitted

SIZE_T _HEAP_COUNTERS::TotalMemoryCommitted

Definition at line 168 of file heap.h.

◆ TotalMemoryLargeUCR

SIZE_T _HEAP_COUNTERS::TotalMemoryLargeUCR

Definition at line 169 of file heap.h.

◆ TotalMemoryReserved

SIZE_T _HEAP_COUNTERS::TotalMemoryReserved

Definition at line 167 of file heap.h.

◆ TotalSegments

ULONG _HEAP_COUNTERS::TotalSegments

Definition at line 171 of file heap.h.

◆ TotalSizeInVirtualBlocks

SIZE_T _HEAP_COUNTERS::TotalSizeInVirtualBlocks

Definition at line 170 of file heap.h.

◆ TotalUCRs

ULONG _HEAP_COUNTERS::TotalUCRs

Definition at line 172 of file heap.h.


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