Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/erans/pgsqlite
/ memory_usage_bytes
Method
memory_usage_bytes
src/cache/memory_aware_manager.rs:145–147 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
143
}
144
145
fn memory_usage_bytes(&self) -> usize {
146
self.stats().total_size_bytes
147
}
148
149
fn stats_summary(&self) -> String {
150
let stats = self.stats();
Callers
1
get_stats
Method · 0.80
Calls
1
stats
Method · 0.45
Tested by
no test coverage detected