Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
136
impl 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
capacity
Method · 0.45
try_realloc
Method · 0.45
drop
Method · 0.45
with_capacity
Method · 0.45
from_len_zeroed
Method · 0.45
reserve
Method · 0.45
reallocate
Method · 0.45
shrink_to_fit
Method · 0.45
capacity
Method · 0.45
extend_from_iter
Method · 0.45
drop
Method · 0.45
into_vec
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected