QSDK 1.1 Documentation
Main Page | Modules | Class Hierarchy | Alphabetical List | Compound List | File List | Compound Members | File Members | Related Pages

Q::ApplicationMemoryUsage Struct Reference
[Performance Counters]

#include <Q/q.h>

List of all members.

Public Attributes

unsigned int totalMemoryAllocated
unsigned int internalFreeMemory
unsigned int totalStringMemory
unsigned int totalOIDMemory
unsigned int totalSystemMemoryUsed


Detailed Description

Set of memory usage values made available by Application::getApplicationMemoryUsage.


Member Data Documentation

unsigned int Q::ApplicationMemoryUsage::internalFreeMemory
 

Bytes of memory currently free inside the Q memory allocator.

unsigned int Q::ApplicationMemoryUsage::totalMemoryAllocated
 

Bytes of memory currently allocated by the Q memory allocator.

unsigned int Q::ApplicationMemoryUsage::totalOIDMemory
 

Bytes currently in use for object indexing.

unsigned int Q::ApplicationMemoryUsage::totalStringMemory
 

Bytes currently used for strings (debug Q builds only).

unsigned int Q::ApplicationMemoryUsage::totalSystemMemoryUsed
 

Total Q memory requested from operating system.

Return to QSDK documentation Contents page. Contact details for support, information and fault-reporting.
Qube Software Limited © 2000-2004