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

Function getDefaultMemoryPool

src/common/classes/alloc.h:291–295  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

289} // namespace Firebird
290
291static inline Firebird::MemoryPool* getDefaultMemoryPool() noexcept
292{
293 fb_assert(Firebird::MemoryPool::defaultMemoryManager);
294 return Firebird::MemoryPool::defaultMemoryManager;
295}
296
297static inline Firebird::MemoryPool* getExternalMemoryPool() noexcept
298{

Callers 15

FAMILY_ASCIIFunction · 0.85
LC_NARROW_family2Function · 0.85
LC_NARROW_family3Function · 0.85
indevMethod · 0.85
InputDevicesMethod · 0.85
SelectMethod · 0.85
listener_socketFunction · 0.85
BatchStreamMethod · 0.85
alloc_cstringFunction · 0.85
xdr_sliceFunction · 0.85
xdr_status_vectorFunction · 0.85
REMOTE_make_stringFunction · 0.85

Calls

no outgoing calls

Tested by 6

BOOST_AUTO_TEST_CASEFunction · 0.68
testBitmapFunction · 0.68
testAllocatorFunction · 0.68
mainFunction · 0.68
BOOST_AUTO_TEST_CASEFunction · 0.68
BOOST_AUTO_TEST_CASEFunction · 0.68