MySQL 8.4.0
Source Code Documentation
My_free_functor Struct Reference

Functor struct which invokes my_free. More...

#include <stateless_allocator.h>

Public Member Functions

void operator() (void *p, size_t) const
 

Detailed Description

Functor struct which invokes my_free.

Declared here as it is used as the default value for Stateless_allocator's DEALLOC_FUN template parameter.

Member Function Documentation

◆ operator()()

void My_free_functor::operator() ( void *  p,
size_t   
) const

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