MCPcopy Create free account
hub / github.com/cppla/ServerStatus / mem_stats

Function mem_stats

server/src/system.c:1773–1776  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1771}
1772
1773const MEMSTATS *mem_stats()
1774{
1775 return &memory_stats;
1776}
1777
1778void net_stats(NETSTATS *stats_inout)
1779{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected