MySQL 9.1.0
Source Code Documentation
|
Functor struct which invokes my_free. More...
#include <stateless_allocator.h>
Public Member Functions | |
void | operator() (void *p, size_t) const |
Functor struct which invokes my_free.
Declared here as it is used as the default value for Stateless_allocator's DEALLOC_FUN template parameter.
void My_free_functor::operator() | ( | void * | p, |
size_t | |||
) | const |