MCPcopy Create free account
hub / github.com/MariaDB/server / get_memory

Method get_memory

storage/perfschema/pfs_buffer_container.h:233–236  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

231 }
232
233 ulong get_memory() const
234 {
235 return get_row_count() * get_row_size();
236 }
237
238 value_type *allocate(pfs_dirty_state *dirty_state)
239 {

Callers 2

pfs_show_statusFunction · 0.45
get_memoryMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected