MCPcopy 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_memory_reservationFunction · 0.80
growMethod · 0.80
fromMethod · 0.80
report_topMethod · 0.80
usedMethod · 0.80

Calls 1

loadMethod · 0.45