![]()  | 
  
    MySQL 9.5.0
    
   Source Code Documentation 
   | 
 
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) | 
Simple allocator traits.