Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dds-bridge/dds
/ GetCurrentUsage
Method
GetCurrentUsage
library/tests/trans_table/test_utilities.cpp:86–88 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
84
}
85
86
double MemoryTracker::GetCurrentUsage() const {
87
return table_ ? table_->memory_in_use() : 0.0;
88
}
89
90
void MemoryTracker::UpdatePeak()
91
{
Callers
nothing calls this directly
Calls
1
memory_in_use
Method · 0.45
Tested by
no test coverage detected