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

Method getCurrentMapping

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

Source from the content-addressed store, hash-verified

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
101private:

Callers 3

~InitCDSMethod · 0.80
~InitPoolMethod · 0.80
putMemoryUsageMethod · 0.80

Calls 1

valueMethod · 0.45

Tested by

no test coverage detected