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