MCPcopy Create free account
hub / github.com/dds-bridge/dds / ~MemoryTracker

Method ~MemoryTracker

library/tests/trans_table/test_utilities.cpp:82–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80}
81
82MemoryTracker::~MemoryTracker() {
83 // Destructor can log final memory state if needed
84}
85
86double MemoryTracker::GetCurrentUsage() const {
87 return table_ ? table_->memory_in_use() : 0.0;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected