Structure containing memory usage statistics. More...
#include <TMemory.h>
Public Attributes | |
| TSIZE | m_uiTotalSize |
| Total size of memory block. | |
| TSIZE | m_uiLogicTotalSize |
| Logical total size. | |
| TSIZE | m_uiTotalFree |
| Total free memory. | |
| TSIZE | m_uiLogicTotalFree |
| Logical total free memory. | |
| TSIZE | m_uiTotalUsed |
| Total used memory. | |
| TSIZE | m_uiLogicTotalUsed |
| Logical total used memory. | |
| TINT | m_iNumHoles |
| Number of free holes. | |
| TINT | m_iNumProcesses |
| Number of allocated regions. | |
| TSIZE | m_uiLargestHole |
| Size of largest free hole. | |
| TSIZE | m_uiLargestProcess |
| Size of largest allocation. | |
| TSIZE | m_uiSmallestHole |
| Size of smallest free hole. | |
| TSIZE | m_uiSmallestProcess |
| Size of smallest allocation. | |
| TSIZE | m_uiUnk3 |
| Unknown field 3. | |
| TSIZE | m_uiUnk4 |
| Unknown field 4. | |
| TINT TMemory::MemInfo::m_iNumProcesses |
| TSIZE TMemory::MemInfo::m_uiLargestHole |
| TSIZE TMemory::MemInfo::m_uiLargestProcess |
| TSIZE TMemory::MemInfo::m_uiLogicTotalFree |
| TSIZE TMemory::MemInfo::m_uiLogicTotalSize |
| TSIZE TMemory::MemInfo::m_uiLogicTotalUsed |
| TSIZE TMemory::MemInfo::m_uiSmallestHole |
| TSIZE TMemory::MemInfo::m_uiSmallestProcess |
| TSIZE TMemory::MemInfo::m_uiTotalSize |