MySQL 9.1.0
Source Code Documentation
|
#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) |
bool operator!= | ( | const Malloc_allocator< T > & | a1, |
const Malloc_allocator< T > & | a2 | ||
) |
bool operator== | ( | const Malloc_allocator< T > & | a1, |
const Malloc_allocator< T > & | a2 | ||
) |