Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ reserve
Method
reserve
src/jrd/TempSpace.cpp:63–71 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
61
}
62
63
bool reserve(FB_SIZE_T size)
64
{
65
if (m_dbb->incTempCacheUsage(size))
66
{
67
m_size = size;
68
return true;
69
}
70
return false;
71
}
72
73
void commit()
74
{
Callers
2
dsqlPassAliasList
Method · 0.45
extend
Method · 0.45
Calls
1
incTempCacheUsage
Method · 0.45
Tested by
no test coverage detected