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

Method getMaximumUsage

src/common/classes/alloc.h:97–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

95
96 size_t getCurrentUsage() const noexcept { return mst_usage.value(); }
97 size_t getMaximumUsage() const noexcept { return mst_max_usage; }
98 size_t getCurrentMapping() const noexcept { return mst_mapped.value(); }
99 size_t getMaximumMapping() const noexcept { return mst_max_mapped; }
100

Callers 4

~InitCDSMethod · 0.80
~InitPoolMethod · 0.80
putMemoryUsageMethod · 0.80
INF_database_infoFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected