TQ3MemoryStatistics |
typedef struct TQ3MemoryStatistics {
TQ3Uns32 structureVersion;
TQ3Uns32 currentAllocations;
TQ3Uns32 maxAllocations;
TQ3Int64 currentBytes;
TQ3Int64 maxBytes;
} TQ3MemoryStatistics;
- structureVersion
- Version of this structure. Initialize to kQ3MemoryStatisticsStructureVersion.
- currentAllocations
- Current number of memory blocks allocated by Quesa.
- maxAllocations
- Maximum number of memory blocks allocated by Quesa.
- currentBytes
- Current number of memory bytes allocated by Quesa.
- maxBytes
- Maximum number of memory bytes allocated by Quesa ("high-water mark").
© 1999-2008 Quesa Developers (Last Updated 5/10/2008)