Data Fields | |
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 2152 of file memory-gnu-internal.C.
Definition at line 2154 of file memory-gnu-internal.C.
Definition at line 2155 of file memory-gnu-internal.C.
struct malloc_tree_chunk* malloc_tree_chunk::fd [read] |
struct malloc_tree_chunk* malloc_tree_chunk::bk [read] |
Definition at line 2157 of file memory-gnu-internal.C.
struct malloc_tree_chunk* malloc_tree_chunk::child[2] [read] |
Definition at line 2159 of file memory-gnu-internal.C.
Referenced by bin_find(), and tmalloc_large().
struct malloc_tree_chunk* malloc_tree_chunk::parent [read] |
Definition at line 2160 of file memory-gnu-internal.C.