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

Method getMaximumMapping

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

Source from the content-addressed store, hash-verified

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
101private:
102 // Forbid copying/assignment

Callers 3

~InitCDSMethod · 0.80
~InitPoolMethod · 0.80
putMemoryUsageMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected