MySQL 9.1.0
Source Code Documentation
|
#include <assert.h>
#include <mysql/components/library_mysys/my_memory.h>
#include <limits>
#include <new>
#include <utility>
#include "my_compiler.h"
Go to the source code of this file.
Classes | |
class | Component_malloc_allocator< T > |
Component_malloc_allocator is a C++ STL memory allocator based on my_malloc/my_free. More... | |
struct | Component_malloc_allocator< T >::rebind< U > |
Functions | |
template<class T > | |
bool | operator== (const Component_malloc_allocator< T > &a1, const Component_malloc_allocator< T > &a2) |
template<class T > | |
bool | operator!= (const Component_malloc_allocator< T > &a1, const Component_malloc_allocator< T > &a2) |
bool operator!= | ( | const Component_malloc_allocator< T > & | a1, |
const Component_malloc_allocator< T > & | a2 | ||
) |
bool operator== | ( | const Component_malloc_allocator< T > & | a1, |
const Component_malloc_allocator< T > & | a2 | ||
) |