Software/PulseAudio/Documentation/Developer/Clients/DBus/Memstats

D-Bus Interface: Memory Statistics

(Back to the toplevel D-Bus Interface page)

Objects and their interfaces:

org.PulseAudio.Core1.Memstats

Properties

!CurrentMemblocks

The count of currently allocated memblocks.

!CurrentMemblocksSize

The amount of memory consumed by currently allocated memblocks, in bytes.

!AccumulatedMemblocks

The count of memblocks allocated during the lifetime of the server.

!AccumulatedMemblocksSize

The amount of memory consumed by all memblocks allocated during the lifetime of the server, in bytes.

!SampleCacheSize

The amount of memory currently consumed by samples, in bytes.