Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/datafusion
/ used
Method
used
datafusion/execution/src/memory_pool/arrow.rs:75–77 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
73
}
74
75
fn used(&self) -> usize {
76
self.inner.reserved()
77
}
78
79
fn capacity(&self) -> usize {
80
match self.inner.memory_limit() {
Callers
1
available
Method · 0.45
Calls
1
reserved
Method · 0.80
Tested by
no test coverage detected