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

Method revive

src/common/classes/alloc.cpp:2984–2990  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2982 }
2983
2984 void revive()
2985 {
2986#ifdef MEM_DEBUG_EXTERNAL
2987 printf("ExternalMemoryHandler::revive()\n");
2988#endif
2989 new(this) ExternalMemoryHandler();
2990 }
2991
2992 static void printContents(const char* moment)
2993 {

Callers 1

initExternalMemoryPoolFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected