MySQL 9.1.0
Source Code Documentation
|
#include <sql_auth_cache.h>
Classes | |
struct | rebind |
Public Member Functions | |
Acl_cache_allocator () | |
template<class U > | |
Acl_cache_allocator (const Acl_cache_allocator< U > &other) | |
template<class U > | |
Acl_cache_allocator & | operator= (const Acl_cache_allocator< U > &other) |
Public Member Functions inherited from Malloc_allocator< T > | |
pointer | address (reference r) const |
const_pointer | address (const_reference r) const |
Malloc_allocator (PSI_memory_key key) | |
Malloc_allocator (const Malloc_allocator< U > &other) | |
Malloc_allocator & | operator= (const Malloc_allocator< U > &other) |
pointer | allocate (size_type n, const_pointer hint=nullptr) |
void | deallocate (pointer p, size_type) |
void | construct (U *p, Args &&...args) |
void | destroy (pointer p) |
size_type | max_size () const |
PSI_memory_key | psi_key () const |
Additional Inherited Members | |
Public Types inherited from Malloc_allocator< T > | |
typedef T | value_type |
typedef size_t | size_type |
typedef ptrdiff_t | difference_type |
typedef T * | pointer |
typedef const T * | const_pointer |
typedef T & | reference |
typedef const T & | const_reference |
|
inline |
|
inline |
|
inline |