Algostream_infrastructure_event_bus.Memory_monitorMemory usage sampler for the event bus.
Periodically polls Gc.quick_stat from a background thread and exposes the most recent reading. Cheap; intended to run continuously alongside a long-lived event bus.
For deeper allocation tracing, set the MEMTRACE environment variable to a writable path before launching; init_memtrace will start memtrace tracing on first call (no-op if the env var is unset).