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

Method MemPool

src/common/classes/alloc.cpp:2096–2105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2094
2095
2096MemPool::MemPool(MemoryStats& s, ExtentsCache* cache)
2097 : pool_destroying(false),
2098 parent_redirect(false),
2099 stats(&s),
2100 parent(NULL),
2101 extentsCache(cache)
2102{
2103 fb_assert(offsetof(MemBlock, body) == MEM_ALIGN(offsetof(MemBlock, body)));
2104 initialize();
2105}
2106
2107MemPool::MemPool(MemPool& p, MemoryStats& s, ExtentsCache* cache)
2108 : pool_destroying(false),

Callers

nothing calls this directly

Calls 1

MEM_ALIGNFunction · 0.85

Tested by

no test coverage detected