MCPcopy Create free account
hub / github.com/NetSys/bess / TotalFreeBytes

Method TotalFreeBytes

core/memory.h:89–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

87 void Free(void *ptr);
88
89 size_t TotalFreeBytes() const { return total_free_bytes_; }
90
91 // Return human-readable debug messages
92 std::string Dump();

Callers 1

TESTFunction · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64