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