MySQL 8.3.0
Source Code Documentation
str_alloc.h File Reference
#include <cstddef>

Go to the source code of this file.

Variables

void *(* my_str_malloc )(size_t)
 
void *(* my_str_realloc )(void *, size_t)
 
void(* my_str_free )(void *)
 

Variable Documentation

◆ my_str_free

void(* my_str_free) (void *) ( void *  )
extern

◆ my_str_malloc

void *(* my_str_malloc) (size_t) ( size_t  )
extern

◆ my_str_realloc

void *(* my_str_realloc) (void *, size_t) ( void *  ,
size_t   
)
extern