MySQL 9.0.0
Source Code Documentation
allocator_traits.h File Reference

Simple allocator traits. More...

Go to the source code of this file.

Classes

struct  ut::detail::allocator_traits< Pfs_instrumented >
 Simple allocator traits. More...
 
struct  ut::detail::Alloc_fn
 Simple wrapping type around malloc, calloc and friends. 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
 

Functions

void * ut::detail::malloc (size_t nbytes)
 
void * ut::detail::calloc (size_t nbytes)
 
void * ut::detail::realloc (void *ptr, size_t nbytes)
 
void ut::detail::free (void *ptr)
 

Detailed Description

Simple allocator traits.