MCPcopy 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

dsqlPassAliasListMethod · 0.45
extendMethod · 0.45

Calls 1

incTempCacheUsageMethod · 0.45

Tested by

no test coverage detected