MySQL 8.3.0
Source Code Documentation
malloc_allocator.h File Reference
#include <assert.h>
#include <limits>
#include <new>
#include <utility>
#include "my_sys.h"
#include "mysql/service_mysql_alloc.h"
#include "sql/psi_memory_key.h"

Go to the source code of this file.

Classes

class  Malloc_allocator< T >
 Malloc_allocator is a C++ STL memory allocator based on my_malloc/my_free. More...
 
struct  Malloc_allocator< T >::rebind< U >
 

Functions

template<class T >
bool operator== (const Malloc_allocator< T > &a1, const Malloc_allocator< T > &a2)
 
template<class T >
bool operator!= (const Malloc_allocator< T > &a1, const Malloc_allocator< T > &a2)
 

Function Documentation

◆ operator!=()

template<class T >
bool operator!= ( const Malloc_allocator< T > &  a1,
const Malloc_allocator< T > &  a2 
)

◆ operator==()

template<class T >
bool operator== ( const Malloc_allocator< T > &  a1,
const Malloc_allocator< T > &  a2 
)