![]() |
MySQL 9.5.0
Source Code Documentation
|
#include <connection_control_pfs_table.h>
Public Types | |
| using | value_type = T |
Public Member Functions | |
| CustomAllocator ()=default | |
| template<typename U > | |
| CustomAllocator (const CustomAllocator< U > &) | |
| T * | allocate (std::size_t n) |
| void | deallocate (T *ptr, std::size_t) |
Additional Inherited Members | |
Static Public Member Functions inherited from connection_control::Connection_control_alloc | |
| static void * | operator new (size_t size) noexcept |
| static void * | operator new[] (size_t size) noexcept |
| static void | operator delete (void *ptr) |
| static void | operator delete[] (void *ptr) |
| using connection_control::CustomAllocator< T >::value_type = T |
|
default |
|
inlineexplicit |
|
inline |
|
inline |