MCPcopy Create free account
hub / github.com/apache/arrow-rs / size

Method size

arrow-buffer/src/pool.rs:137–139  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

135
136impl MemoryReservation for Tracker {
137 fn size(&self) -> usize {
138 self.size
139 }
140
141 fn resize(&mut self, new: usize) {
142 match self.size < new {

Callers 12

capacityMethod · 0.45
try_reallocMethod · 0.45
dropMethod · 0.45
with_capacityMethod · 0.45
from_len_zeroedMethod · 0.45
reserveMethod · 0.45
reallocateMethod · 0.45
shrink_to_fitMethod · 0.45
capacityMethod · 0.45
extend_from_iterMethod · 0.45
dropMethod · 0.45
into_vecMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected