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