MCPcopy Create free account
hub / github.com/F-Stack/f-stack / memstat_get_failures

Function memstat_get_failures

tools/libmemstat/memstat.c:319–324  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

317}
318
319uint64_t
320memstat_get_failures(const struct memory_type *mtp)
321{
322
323 return (mtp->mt_failures);
324}
325
326uint64_t
327memstat_get_sleeps(const struct memory_type *mtp)

Callers 1

mbprFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected