#include <service_thd_alloc.h>
 | 
| void *(*  | thd_alloc_func )(MYSQL_THD, size_t) | 
|   | 
| void *(*  | thd_calloc_func )(MYSQL_THD, size_t) | 
|   | 
| char *(*  | thd_strdup_func )(MYSQL_THD, const char *) | 
|   | 
| char *(*  | thd_strmake_func )(MYSQL_THD, const char *, size_t) | 
|   | 
| void *(*  | thd_memdup_func )(MYSQL_THD, const void *, size_t) | 
|   | 
| MYSQL_LEX_STRING *(*  | thd_make_lex_string_func )(MYSQL_THD, MYSQL_LEX_STRING *, const char *, size_t, int) | 
|   | 
◆ thd_alloc_func
      
        
          | void *(* thd_alloc_service_st::thd_alloc_func) (MYSQL_THD, size_t) | 
        
      
 
 
◆ thd_calloc_func
      
        
          | void *(* thd_alloc_service_st::thd_calloc_func) (MYSQL_THD, size_t) | 
        
      
 
 
◆ thd_make_lex_string_func
◆ thd_memdup_func
      
        
          | void *(* thd_alloc_service_st::thd_memdup_func) (MYSQL_THD, const void *, size_t) | 
        
      
 
 
◆ thd_strdup_func
      
        
          | char *(* thd_alloc_service_st::thd_strdup_func) (MYSQL_THD, const char *) | 
        
      
 
 
◆ thd_strmake_func
      
        
          | char *(* thd_alloc_service_st::thd_strmake_func) (MYSQL_THD, const char *, size_t) | 
        
      
 
 
The documentation for this struct was generated from the following file: