Moonlight-XboxOG latest
Moonlight Xbox OG is a port of the Moonlight Game Streaming client to the original Xbox console.
memory_stats.cpp File Reference

Implements memory statistics helpers. More...

#include "src/startup/memory_stats.h"
#include "src/logging/logger.h"
#include <xboxkrnl/xboxkrnl.h>
Include dependency graph for memory_stats.cpp:

Functions

std::vector< std::string > startup::format_memory_statistics_lines ()
 Return formatted memory-statistics lines for startup diagnostics.
 
void startup::log_memory_statistics ()
 Emit the current memory-statistics lines through the shared logger.
 

Detailed Description

Implements memory statistics helpers.

Function Documentation

◆ format_memory_statistics_lines()

std::vector< std::string > startup::format_memory_statistics_lines ( )

Return formatted memory-statistics lines for startup diagnostics.

Returns
Human-readable memory-statistics lines.