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

Method get_last

storage/perfschema/pfs_buffer_container.h:121–124  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

119 }
120
121 T* get_last()
122 {
123 return m_ptr + m_max;
124 }
125
126 bool m_full;
127 PFS_cacheline_uint32 m_monotonic;

Callers 8

applyMethod · 0.45
apply_allMethod · 0.45
sanitizeMethod · 0.45
scan_nextMethod · 0.45
applyMethod · 0.45
apply_allMethod · 0.45
sanitizeMethod · 0.45
scan_nextMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected