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

Function getExternalMemoryPool

src/common/classes/alloc.h:297–305  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

295}
296
297static inline Firebird::MemoryPool* getExternalMemoryPool() noexcept
298{
299 using namespace Firebird;
300
301 if (!MemoryPool::externalMemoryManager)
302 initExternalMemoryPool();
303
304 return MemoryPool::externalMemoryManager;
305}
306
307namespace Firebird {
308

Callers 2

operator newFunction · 0.85
operator new[]Function · 0.85

Calls 1

initExternalMemoryPoolFunction · 0.85

Tested by

no test coverage detected