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

Method deallocate

src/common/classes/alloc.cpp:2704–2707  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2702}
2703
2704void MemPool::deallocate(void* block) noexcept
2705{
2706 releaseMemory(block, false);
2707}
2708
2709void MemPool::deletePool(MemPool* pool)
2710{

Callers 2

testAllocatorFunction · 0.45
testAllocatorMemoryPoolFunction · 0.45

Calls

no outgoing calls

Tested by 1

testAllocatorFunction · 0.36