MCPcopy Create free account
hub / github.com/F-Stack/f-stack / memstat_mtl_free

Function memstat_mtl_free

tools/libmemstat/memstat.c:114–120  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

112}
113
114void
115memstat_mtl_free(struct memory_type_list *list)
116{
117
118 _memstat_mtl_empty(list);
119 free(list);
120}
121
122int
123memstat_mtl_geterror(struct memory_type_list *list)

Callers 1

mbprFunction · 0.85

Calls 2

_memstat_mtl_emptyFunction · 0.85
freeFunction · 0.50

Tested by

no test coverage detected