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

Method addref

flow/Arena.cpp:164–168  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

162}
163
164void ArenaBlock::addref() {
165 makeDefined(this, sizeof(ThreadSafeReferenceCounted<ArenaBlock>));
166 ThreadSafeReferenceCounted<ArenaBlock>::addref();
167 makeNoAccess(this, sizeof(ThreadSafeReferenceCounted<ArenaBlock>));
168}
169
170void ArenaBlock::delref() {
171 makeDefined(this, sizeof(ThreadSafeReferenceCounted<ArenaBlock>));

Callers 6

~TraceLogMethod · 0.45
dependOnMethod · 0.45
initMethod · 0.45
nextBufferMethod · 0.45
compactMethod · 0.45
fdb_future_cancelFunction · 0.45

Calls 3

makeDefinedFunction · 0.85
makeNoAccessFunction · 0.85
addrefFunction · 0.50

Tested by

no test coverage detected