MySQL 8.4.0
Source Code Documentation
Mysql_thread_body_parameters Class Reference

Interface for Mysql_thread_body parameters. More...

#include <mysql_thread.h>

Inheritance diagram for Mysql_thread_body_parameters:
[legend]

Public Member Functions

void * operator new (size_t size, const std::nothrow_t &) noexcept
 
void operator delete (void *ptr, const std::nothrow_t &) noexcept
 
void * operator new (size_t size) noexcept
 Allocate memory on the heap with instrumented memory allocation, so that memory consumption can be tracked. More...
 
void operator delete (void *ptr) noexcept
 Deallocate memory on the heap with instrumented memory allocation, so that memory consumption can be tracked. More...
 
 Mysql_thread_body_parameters ()
 
virtual ~Mysql_thread_body_parameters ()
 

Detailed Description

Interface for Mysql_thread_body parameters.

Constructor & Destructor Documentation

◆ Mysql_thread_body_parameters()

Mysql_thread_body_parameters::Mysql_thread_body_parameters ( )
inline

◆ ~Mysql_thread_body_parameters()

virtual Mysql_thread_body_parameters::~Mysql_thread_body_parameters ( )
inlinevirtual

Member Function Documentation

◆ operator delete() [1/2]

void Mysql_thread_body_parameters::operator delete ( void *  ptr)
inlinenoexcept

Deallocate memory on the heap with instrumented memory allocation, so that memory consumption can be tracked.

Parameters
[in]ptrpointer to the allocated memory

◆ operator delete() [2/2]

void Mysql_thread_body_parameters::operator delete ( void *  ptr,
const std::nothrow_t &   
)
inlinenoexcept

◆ operator new() [1/2]

void * Mysql_thread_body_parameters::operator new ( size_t  size)
inlinenoexcept

Allocate memory on the heap with instrumented memory allocation, so that memory consumption can be tracked.

Parameters
[in]sizememory size to be allocated
Returns
pointer to the allocated memory, or NULL if memory could not be allocated.

◆ operator new() [2/2]

void * Mysql_thread_body_parameters::operator new ( size_t  size,
const std::nothrow_t &   
)
inlinenoexcept

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