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

Method getCurrentUsage

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

Source from the content-addressed store, hash-verified

94 {}
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; }

Callers 8

getSizeMethod · 0.80
~InitCDSMethod · 0.80
~InitPoolMethod · 0.80
putMemoryUsageMethod · 0.80
INF_database_infoFunction · 0.80
getSizeMethod · 0.80
ExternalMemoryHandlerMethod · 0.80
globalFreeMethod · 0.80

Calls 1

valueMethod · 0.45

Tested by

no test coverage detected