D3DKMT_QUERYSTATISTICS_SYSTEM_MEMORY - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// d3dkmthk.h

typedef struct _D3DKMT_QUERYSTATISTICS_SYSTEM_MEMORY {
  D3DKMT_ALIGN64 ULONGLONG BytesAllocated;
  D3DKMT_ALIGN64 ULONGLONG BytesReserved;
  ULONG                    SmallAllocationBlocks;
  ULONG                    LargeAllocationBlocks;
  D3DKMT_ALIGN64 ULONGLONG WriteCombinedBytesAllocated;
  D3DKMT_ALIGN64 ULONGLONG WriteCombinedBytesReserved;
  D3DKMT_ALIGN64 ULONGLONG CachedBytesAllocated;
  D3DKMT_ALIGN64 ULONGLONG CachedBytesReserved;
  D3DKMT_ALIGN64 ULONGLONG SectionBytesAllocated;
  D3DKMT_ALIGN64 ULONGLONG SectionBytesReserved;
  D3DKMT_ALIGN64 ULONGLONG BytesZeroed;
  D3DKMT_ALIGN64 ULONGLONG Reserved;
} D3DKMT_QUERYSTATISTICS_SYSTEM_MEMORY;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-d3dkmthk-d3dkmt_querystatistics_system_memory)

Description

Reserved for system use. Do not use.

Members

BytesAllocated

BytesReserved

SmallAllocationBlocks

LargeAllocationBlocks

WriteCombinedBytesAllocated

WriteCombinedBytesReserved

CachedBytesAllocated

CachedBytesReserved

SectionBytesAllocated

SectionBytesReserved

BytesZeroed

Reserved

Remarks

See also