Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/datafusion
/ reserved
Method
reserved
datafusion/execution/src/memory_pool/pool.rs:55–57 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
53
}
54
55
fn reserved(&self) -> usize {
56
self.used.load(Ordering::Relaxed)
57
}
58
59
fn memory_limit(&self) -> MemoryLimit {
60
MemoryLimit::Infinite
Callers
9
test_reservation_stream_shrinks_on_poll
Function · 0.80
test_reservation_stream_error_handling
Function · 0.80
test_sort_memory_reduction_per_batch
Function · 0.80
test_sort_merge_reservation_transferred_not_freed
Function · 0.80
test_memory_reservation
Function · 0.80
grow
Method · 0.80
from
Method · 0.80
report_top
Method · 0.80
used
Method · 0.80
Calls
1
load
Method · 0.45
Tested by
5
test_reservation_stream_shrinks_on_poll
Function · 0.64
test_reservation_stream_error_handling
Function · 0.64
test_sort_memory_reduction_per_batch
Function · 0.64
test_sort_merge_reservation_transferred_not_freed
Function · 0.64
test_memory_reservation
Function · 0.64