MySQL 9.1.0
Source Code Documentation
|
Small wrapper which utilizes SFINAE to dispatch the call to appropriate aligned allocator implementation. More...
#include <aligned_alloc.h>
Static Public Member Functions | |
template<bool Zero_initialized, typename T = Impl> | |
static std::enable_if< T::is_pfs_instrumented_v, void * >::type | alloc (size_t size, size_t alignment, PSI_memory_key key) |
template<bool Zero_initialized, typename T = Impl> | |
static std::enable_if<!T::is_pfs_instrumented_v, void * >::type | alloc (size_t size, size_t alignment, PSI_memory_key) |
static void | free (void *ptr) |
static size_t | datalen (void *ptr) |
Small wrapper which utilizes SFINAE to dispatch the call to appropriate aligned allocator implementation.
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |