MCPcopy 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
298uint64_t
299memstat_get_bytes(const struct memory_type *mtp)
300{
301
302 return (mtp->mt_bytes);
303}
304
305uint64_t
306memstat_get_count(const struct memory_type *mtp)

Callers 1

mbprFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected