CUBRID Engine  latest
malloc_tree_chunk Struct Reference
Collaboration diagram for malloc_tree_chunk:
Collaboration graph

Public Attributes

size_t prev_foot
 
size_t head
 
struct malloc_tree_chunkfd
 
struct malloc_tree_chunkbk
 
struct malloc_tree_chunkchild [2]
 
struct malloc_tree_chunkparent
 
bindex_t index
 

Detailed Description

Definition at line 1864 of file malloc_2_8_3.c.

Member Data Documentation

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.


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