MySQL 9.1.0
Source Code Documentation
|
#include <pfs_std_allocator.h>
Public Types | |
typedef T | value_type |
Public Member Functions | |
PFS_std_allocator (PFS_builtin_memory_class *klass) | |
template<class U > | |
constexpr | PFS_std_allocator (const PFS_std_allocator< U > &u) noexcept |
T * | allocate (std::size_t n) |
void | deallocate (T *p, std::size_t n) noexcept |
PFS_builtin_memory_class * | get_class () const |
Private Attributes | |
PFS_builtin_memory_class * | m_klass |
typedef T PFS_std_allocator< T >::value_type |
|
inlineexplicit |
|
inlineexplicitconstexprnoexcept |
|
inline |
|
inlinenoexcept |
|
inline |
|
private |