MySQL 8.3.0
Source Code Documentation
component_malloc_allocator.h File Reference
#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)
 

Function Documentation

◆ operator!=()

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

◆ operator==()

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