Data Fields | |
struct malloc_tree_chunk * | bk |
struct malloc_tree_chunk * | child [2] |
struct malloc_tree_chunk * | fd |
size_t | head |
bindex_t | index |
struct malloc_tree_chunk * | parent |
size_t | prev_foot |
struct malloc_tree_chunk* malloc_tree_chunk::bk |
struct malloc_tree_chunk* malloc_tree_chunk::child[2] |
Referenced by tmalloc_large().
struct malloc_tree_chunk* malloc_tree_chunk::fd |
size_t malloc_tree_chunk::head |
bindex_t malloc_tree_chunk::index |
struct malloc_tree_chunk* malloc_tree_chunk::parent |
size_t malloc_tree_chunk::prev_foot |