SVMCacheInfo Struct Reference

struct SVMCacheInfo

VM cache information. Test

Member Data Documentation

TUint32 iCurrentSize

TUint32 iCurrentSize

The current size of virtual memory cache, in bytes. This may be larger than iMaxSize.

TUint32 iMaxFreeSize

TUint32 iMaxFreeSize

The current size of the freeable memory in the virtual memory cache, in bytes.

TUint32 iMaxSize

TUint32 iMaxSize

The maximum size of virtual memory cache, in bytes.

TUint32 iMinSize

TUint32 iMinSize

The minimum size of virtual memory cache, in bytes.