MCPcopy Create free account
hub / github.com/apache/datafusion / name

Method name

datafusion/execution/src/memory_pool/pool.rs:38–40  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

36
37impl MemoryPool for UnboundedMemoryPool {
38 fn name(&self) -> &str {
39 "unbounded"
40 }
41
42 fn grow(&self, _reservation: &MemoryReservation, additional: usize) {
43 self.used.fetch_add(additional, Ordering::Relaxed);

Callers 1

registerMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected