Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ memstat_get_bytes
Function
memstat_get_bytes
tools/libmemstat/memstat.c:298–303 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
296
}
297
298
uint64_t
299
memstat_get_bytes(const struct memory_type *mtp)
300
{
301
302
return (mtp->mt_bytes);
303
}
304
305
uint64_t
306
memstat_get_count(const struct memory_type *mtp)
Callers
1
mbpr
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected