MCPcopy 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_slowMethod · 0.45
testFunction · 0.45
huge_lenFunction · 0.45

Calls 1

getMethod · 0.80

Tested by 2

testFunction · 0.36
huge_lenFunction · 0.36