MySQL 5.6.14 Source Code Document
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Sql_alloc Class Reference

#include <sql_alloc.h>

Inherited by Aggregator, Alter_column, Alter_drop, AQP::Equal_set_iterator, AQP::Join_plan, AQP::Table_access, Arg_comparator, base_list, Blob_mem_storage, Buffered_log, Cached_item, cmp_item, COND_EQUAL, Copy_field, COPY_INFO, Create_field, Derived_key, Diagnostics_information, Diagnostics_information_item, Ed_result_set, Ed_row, Event_creation_ctx, Event_parse_data, Explain_context, Explain_format, field_info, Field_iterator, File_parser, Filesort, GRANT_COLUMN, GRANT_NAME, handler, in_vector, inplace_alter_handler_ctx, Item_in_subselect::In2exists_info, JOIN, Key, Key_part_spec, Lazy, LEX_COLUMN, list_node, Mrg_child_def, Name_resolution_context, Natural_join_column, NDB_ALTER_DATA, Ndb_cond, Ndb_cond_stack, Ndb_cond_traverse_context, Ndb_expect_stack, Ndb_item, Ndb_rewrite_context, partition_element, partition_info, QEP_operation, qep_row, qep_row::extra, QUICK_RANGE, SEL_ARG, SEL_IMERGE, SEL_TREE, Semijoin_mat_exec, Send_field, Server_side_cursor, set_var_base, SJ_TMP_TABLE, sp_condition, sp_condition_value, sp_handler, sp_instr, sp_label, sp_name, sp_pcontext, sp_rcontext, sp_variable, Sql_cmd, Sql_condition, SQL_CRYPT, SQL_I_List< T >, SQL_I_List< Item_trigger_field >, SQL_I_List< TABLE_LIST >, SQL_SELECT, st_alter_tablespace, st_join_table, st_position, st_table_ref, store_key, Stored_routine_creation_ctx, subselect_engine, Table_triggers_list, Time_zone, Trigger_creation_ctx, Tz_names_entry, udf_handler, and View_creation_ctx.

Static Public Member Functions

static void * operator new (size_t size) throw ()
static void * operator new[] (size_t size) throw ()
static void * operator new[] (size_t size, MEM_ROOT *mem_root) throw ()
static void * operator new (size_t size, MEM_ROOT *mem_root) throw ()
static void operator delete (void *ptr, size_t size)
static void operator delete (void *ptr, MEM_ROOT *mem_root)
static void operator delete[] (void *ptr, MEM_ROOT *mem_root)
static void operator delete[] (void *ptr, size_t size)

Detailed Description

MySQL standard memory allocator class. You have to inherit the class in order to use it.

Definition at line 26 of file sql_alloc.h.


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