Public Attributes | |
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 |
Definition at line 2264 of file dlmalloc.c.
Definition at line 2269 of file dlmalloc.c.
struct malloc_tree_chunk* malloc_tree_chunk::child[2] |
Definition at line 2271 of file dlmalloc.c.
Definition at line 2268 of file dlmalloc.c.
size_t malloc_tree_chunk::head |
Definition at line 2267 of file dlmalloc.c.
Definition at line 2273 of file dlmalloc.c.
Definition at line 2272 of file dlmalloc.c.
size_t malloc_tree_chunk::prev_foot |
Definition at line 2266 of file dlmalloc.c.