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

Function memstat_kvm_all

tools/libmemstat/memstat_all.c:56–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54
55#ifndef FSTACK
56int
57memstat_kvm_all(struct memory_type_list *mtlp, void *kvm_handle)
58{
59
60 if (memstat_kvm_malloc(mtlp, kvm_handle) < 0)
61 return (-1);
62 if (memstat_kvm_uma(mtlp, kvm_handle) < 0)
63 return (-1);
64 return (0);
65}
66#endif
67

Callers 1

mbprFunction · 0.85

Calls 2

memstat_kvm_mallocFunction · 0.85
memstat_kvm_umaFunction · 0.85

Tested by

no test coverage detected