MeeGo 1.2 Harmattan Developer Documentation Develop for the Nokia N9

pa_stat_info Struct Reference

Memory block statistics. More...

Data Fields

uint32_t  memblock_total
  Currently allocated memory blocks.
uint32_t  memblock_total_size
  Current total size of allocated memory blocks.
uint32_t  memblock_allocated
  Allocated memory blocks during the whole lifetime of the daemon.
uint32_t  memblock_allocated_size
  Total size of all memory blocks allocated during the whole lifetime of the daemon.
uint32_t  scache_size
  Total size of all sample cache entries.

Detailed Description

Memory block statistics.

Please note that this structure can be extended as part of evolutionary API updates at any time in any new release.


Field Documentation

Allocated memory blocks during the whole lifetime of the daemon.

Total size of all memory blocks allocated during the whole lifetime of the daemon.

Currently allocated memory blocks.

Current total size of allocated memory blocks.

Total size of all sample cache entries.


Several copyright owners
GNU Lesser General Public License v2.1
MeeGo 1.2 Harmattan API