cohtml::SystemCacheStats::ImageCacheStats
Encapsulates the image cache statistics.
#include <System.h>
Public Classes
Section titled “Public Classes”| Name | |
|---|---|
| struct | ImageData |
| struct | OrphanedImage |
Public Attributes
Section titled “Public Attributes”| Name | |
|---|---|
| ImageData * | AliveImages |
| unsigned | AliveImagesCount |
| unsigned | AliveTotalBytesUsed |
| OrphanedImage * | OrphanedImages |
| unsigned | OrphanedImagesCount |
| unsigned | OrphanedBytesUsed |
Public Attributes Documentation
Section titled “Public Attributes Documentation”variable AliveImages
Section titled “variable AliveImages”ImageData * AliveImages;variable AliveImagesCount
Section titled “variable AliveImagesCount”unsigned AliveImagesCount;variable AliveTotalBytesUsed
Section titled “variable AliveTotalBytesUsed”unsigned AliveTotalBytesUsed;variable OrphanedImages
Section titled “variable OrphanedImages”OrphanedImage * OrphanedImages;variable OrphanedImagesCount
Section titled “variable OrphanedImagesCount”unsigned OrphanedImagesCount;variable OrphanedBytesUsed
Section titled “variable OrphanedBytesUsed”unsigned OrphanedBytesUsed;© 2026 Coherent Labs. All rights reserved.