Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SoftbearStudios/bitcode
/ reserve
Method
reserve
src/length.rs:107–109 ·
view source on GitHub ↗
(&mut self, additional: NonZeroUsize)
Source
from the content-addressed store, hash-verified
105
}
106
107
fn reserve(&mut self, additional: NonZeroUsize) {
108
self.small.reserve(additional.get()); // All lengths inhabit small, only large ones inhabit large.
109
}
110
}
111
112
#[derive(Default)]
Callers
3
encode_slow
Method · 0.45
test
Function · 0.45
huge_len
Function · 0.45
Calls
1
get
Method · 0.80
Tested by
2
test
Function · 0.36
huge_len
Function · 0.36