MCPcopy Create free account
hub / github.com/apple/foundationdb / unused

Method unused

flow/Arena.cpp:194–199  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

192 return bigUsed;
193}
194int ArenaBlock::unused() const {
195 if (isTiny())
196 return tinySize - tinyUsed;
197 else
198 return bigSize - bigUsed;
199}
200const void* ArenaBlock::getData() const {
201 return this;
202}

Callers 5

dependOnMethod · 0.95
allocateMethod · 0.95
hasFreeMethod · 0.80
createMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected