|
CUBRID Engine
latest
|

Public Attributes | |
| size_t | prev_foot |
| size_t | head |
| struct malloc_tree_chunk * | fd |
| struct malloc_tree_chunk * | bk |
| struct malloc_tree_chunk * | child [2] |
| struct malloc_tree_chunk * | parent |
| bindex_t | index |
Definition at line 1864 of file malloc_2_8_3.c.
| struct malloc_tree_chunk* malloc_tree_chunk::bk |
Definition at line 1870 of file malloc_2_8_3.c.
| struct malloc_tree_chunk* malloc_tree_chunk::child[2] |
Definition at line 1872 of file malloc_2_8_3.c.
Referenced by change_mparam(), and tmalloc_large().
| struct malloc_tree_chunk* malloc_tree_chunk::fd |
Definition at line 1869 of file malloc_2_8_3.c.
Referenced by change_mparam().
| size_t malloc_tree_chunk::head |
Definition at line 1868 of file malloc_2_8_3.c.
| bindex_t malloc_tree_chunk::index |
Definition at line 1874 of file malloc_2_8_3.c.
Referenced by change_mparam().
| struct malloc_tree_chunk* malloc_tree_chunk::parent |
Definition at line 1873 of file malloc_2_8_3.c.
| size_t malloc_tree_chunk::prev_foot |
Definition at line 1867 of file malloc_2_8_3.c.