Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
319
uint64_t
320
memstat_get_failures(const struct memory_type *mtp)
321
{
322
323
return (mtp->mt_failures);
324
}
325
326
uint64_t
327
memstat_get_sleeps(const struct memory_type *mtp)
Callers
1
mbpr
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected