OpenBarnyard
 
Loading...
Searching...
No Matches
TMemory::HALMemInfo Struct Reference

Hardware abstraction layer memory information. More...

#include <TMemory.h>

Public Member Functions

 HALMemInfo ()
 Constructor for HALMemInfo Initializes all fields to zero.
 

Public Attributes

TUINT m_Unknown1 [10]
 Unknown fields 1-10.
 
TSIZE m_uiMemUsage
 Total memory usage.
 
TUINT m_Unknown2 [15]
 Unknown fields 11-25.
 

Detailed Description

Hardware abstraction layer memory information.

Definition at line 160 of file TMemory.h.

Constructor & Destructor Documentation

◆ HALMemInfo()

TMemory::HALMemInfo::HALMemInfo ( )

Constructor for HALMemInfo Initializes all fields to zero.

Definition at line 965 of file TMemory.cpp.

966{
967 TUtil::MemClear( this, sizeof( *this ) );
968}
static void MemClear(void *ptr, TSIZE size)
Definition TUtil.h:91

Member Data Documentation

◆ m_uiMemUsage

TSIZE TMemory::HALMemInfo::m_uiMemUsage

Total memory usage.

Definition at line 165 of file TMemory.h.

◆ m_Unknown1

TUINT TMemory::HALMemInfo::m_Unknown1[10]

Unknown fields 1-10.

Definition at line 164 of file TMemory.h.

◆ m_Unknown2

TUINT TMemory::HALMemInfo::m_Unknown2[15]

Unknown fields 11-25.

Definition at line 166 of file TMemory.h.


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