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

Method getSize

src/dsql/DsqlStatements.h:163–166  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

161 }
162
163 virtual unsigned getSize() const
164 {
165 return (unsigned) memoryStats.getCurrentUsage();
166 }
167
168 virtual void dsqlPass(thread_db* tdbb, DsqlCompilerScratch* scratch, ntrace_result_t* traceResult) = 0;
169 virtual DsqlRequest* createRequest(thread_db* tdbb, dsql_dbb* dbb) = 0;

Callers

nothing calls this directly

Calls 1

getCurrentUsageMethod · 0.80

Tested by

no test coverage detected