#include <my_alloc.h>
Collaboration diagram for st_mem_root:

Public Attributes | |
| USED_MEM * | free |
| USED_MEM * | used |
| USED_MEM * | pre_alloc |
| unsigned int | min_malloc |
| unsigned int | block_size |
| unsigned int | block_num |
| unsigned int | first_block_usage |
| void(* | error_handler )(void) |
Definition at line 35 of file my_alloc.h.
| unsigned int st_mem_root::block_num |
Definition at line 43 of file my_alloc.h.
Referenced by alloc_root(), free_root(), and init_alloc_root().
| unsigned int st_mem_root::block_size |
Definition at line 42 of file my_alloc.h.
Referenced by alloc_root(), init_alloc_root(), and reset_root_defaults().
| void(* st_mem_root::error_handler)(void) |
Referenced by alloc_root(), init_alloc_root(), and init_sql_alloc().
| unsigned int st_mem_root::first_block_usage |
Definition at line 48 of file my_alloc.h.
Referenced by alloc_root(), free_root(), init_alloc_root(), and mark_blocks_free().
Definition at line 37 of file my_alloc.h.
Referenced by alloc_root(), free_root(), init_alloc_root(), mark_blocks_free(), reset_root_defaults(), and set_prealloc_root().
| unsigned int st_mem_root::min_malloc |
Definition at line 41 of file my_alloc.h.
Referenced by alloc_root(), cli_read_rows(), init_alloc_root(), init_tree(), and mysql_stmt_init().
Definition at line 39 of file my_alloc.h.
Referenced by free_root(), init_alloc_root(), reset_root_defaults(), and set_prealloc_root().
Definition at line 38 of file my_alloc.h.
Referenced by alloc_root(), free_root(), init_alloc_root(), mark_blocks_free(), and set_prealloc_root().
1.4.7

