MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / inMemory

Method inMemory

src/jrd/TempSpace.cpp:639–643  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

637//
638
639UCHAR* TempSpace::inMemory(offset_t begin, size_t size) const
640{
641 const Block* block = findBlock(begin);
642 return block ? block->inMemory(begin, size) : NULL;
643}
644
645//
646// TempSpace::findMemory

Callers 3

allocateMethod · 0.45
orderAndSaveMethod · 0.45
findMemoryMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected