Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
2704
void MemPool::deallocate(void* block) noexcept
2705
{
2706
releaseMemory(block, false);
2707
}
2708
2709
void MemPool::deletePool(MemPool* pool)
2710
{
Callers
2
testAllocator
Function · 0.45
testAllocatorMemoryPool
Function · 0.45
Calls
no outgoing calls
Tested by
1
testAllocator
Function · 0.36