Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ globalFree
Method
globalFree
src/common/classes/alloc.cpp:2692–2695 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2690
}
2691
2692
void MemPool::globalFree(void* block) noexcept
2693
{
2694
deallocate(block);
2695
}
2696
2697
void* MemoryPool::calloc(size_t size ALLOC_PARAMS)
2698
{
Callers
nothing calls this directly
Calls
2
getCurrentUsage
Method · 0.80
deallocate
Function · 0.50
Tested by
no test coverage detected