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

Function initExternalMemoryPool

src/common/classes/alloc.cpp:3050–3056  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3048ExternalMemoryHandler* ExternalMemoryHandler::instance = nullptr;
3049
3050void initExternalMemoryPool()
3051{
3052 static ExternalMemoryHandler handler;
3053
3054 if (handler.state == ExternalMemoryHandler::State::DEAD)
3055 handler.revive();
3056}
3057
3058
3059void MemoryPool::globalFree(void* block) noexcept

Callers 1

getExternalMemoryPoolFunction · 0.85

Calls 1

reviveMethod · 0.80

Tested by

no test coverage detected