MCPcopy 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
312uint64_t
313memstat_get_free(const struct memory_type *mtp)
314{
315
316 return (mtp->mt_free);
317}
318
319uint64_t
320memstat_get_failures(const struct memory_type *mtp)

Callers 1

mbprFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected