MySQL 9.0.0
Source Code Documentation
temptable::Memory< Source > Struct Template Reference

Primary-template (functor) class for memory-utils. More...

#include <memutils.h>

Static Public Member Functions

static void * allocate (size_t bytes)
 
static void deallocate (void *ptr, size_t bytes)
 

Detailed Description

template<Source>
struct temptable::Memory< Source >

Primary-template (functor) class for memory-utils.

Member Function Documentation

◆ allocate()

template<Source >
static void * temptable::Memory< Source >::allocate ( size_t  bytes)
static

◆ deallocate()

template<Source >
static void temptable::Memory< Source >::deallocate ( void *  ptr,
size_t  bytes 
)
static

The documentation for this struct was generated from the following file: