Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ decrement_usage
Method
decrement_usage
src/common/classes/alloc.cpp:1933–1937 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1931
}
1932
1933
void decrement_usage(size_t size) noexcept
1934
{
1935
stats->decrement_usage(size);
1936
used_memory -= size;
1937
}
1938
1939
void increment_mapping(size_t size) noexcept
1940
{
Callers
1
setStatsGroup
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected