Struct libpulse_binding::context::introspect::StatInfo[][src]

#[repr(C)]
pub struct StatInfo { pub memblock_total: u32, pub memblock_total_size: u32, pub memblock_allocated: u32, pub memblock_allocated_size: u32, pub scache_size: u32, }

Memory block statistics.

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

Fields

Currently allocated memory blocks.

Current total size of allocated memory blocks.

Allocated memory blocks during the whole lifetime of the daemon.

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

Total size of all sample cache entries.

Trait Implementations

impl Debug for pa_stat_info
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations