MySQL 9.1.0
Source Code Documentation
|
Implementation bits and pieces for PFS metadata handling. More...
#include <cassert>
#include <cstddef>
#include <cstdint>
#include <cstdlib>
#include <limits>
#include <memory>
#include <utility>
#include "mysql/psi/mysql_memory.h"
Go to the source code of this file.
Classes | |
struct | ut::detail::PFS_metadata |
Memory layout representation of PFS metadata segment that is used by the allocator variants which also want to trace the memory consumption through PFS (PSI) interface. More... | |
Namespaces | |
namespace | ut |
This file contains a set of libraries providing overloads for regular dynamic allocation routines which allow for opt-in memory instrumentation through performance schema memory engine (PFS). | |
namespace | ut::detail |
Implementation bits and pieces for PFS metadata handling.
Shared by different allocators.