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