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