MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / decrement_mapping

Method decrement_mapping

src/common/classes/alloc.cpp:1945–1949  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1943 }
1944
1945 void decrement_mapping(size_t size) noexcept
1946 {
1947 stats->decrement_mapping(size);
1948 mapped_memory -= size;
1949 }
1950
1951#ifdef MEM_DEBUG
1952 // Print out pool contents. This is debugging routine

Callers 2

setStatsGroupMethod · 0.45
releaseExtentMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected