Interface for Mysql_thread_body parameters.
More...
#include <mysql_thread.h>
Interface for Mysql_thread_body parameters.
◆ 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 |
◆ 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] | ptr | pointer 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] | size | memory 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: