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

Method drop

datafusion/execution/src/memory_pool/mod.rs:362–364  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

360
361impl Drop for SharedRegistration {
362 fn drop(&mut self) {
363 self.pool.unregister(&self.consumer);
364 }
365}
366
367/// A [`MemoryReservation`] tracks an individual reservation of a

Callers

nothing calls this directly

Calls 2

freeMethod · 0.80
unregisterMethod · 0.45

Tested by

no test coverage detected