memory.memorymonitorable
Monitorable used to view memory.
- class MemoryMonitorable: monitor.monitorable.Monitorable;
Used for monitoring manually allocated memory.
Signal:
package mixin Signal!(Statistics) sendStatistics
Used to send statistics data to memory monitors.
- this();
Construct a MemoryMonitorable.
- void update();
Update and send monitoring data to monitor.
- struct Statistics;
Statistics passed by MemoryMonitorable to memory monitors.
- real manualMiB;
Total manually allocated memory at the moment, in MiB.