MCPcopy 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
305uint64_t
306memstat_get_count(const struct memory_type *mtp)
307{
308
309 return (mtp->mt_count);
310}
311
312uint64_t
313memstat_get_free(const struct memory_type *mtp)

Callers 1

mbprFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected