malloc_tree_chunk 2326 compat/nedmalloc/malloc.c.h   struct malloc_tree_chunk* fd;
malloc_tree_chunk 2327 compat/nedmalloc/malloc.c.h   struct malloc_tree_chunk* bk;
malloc_tree_chunk 2329 compat/nedmalloc/malloc.c.h   struct malloc_tree_chunk* child[2];
malloc_tree_chunk 2330 compat/nedmalloc/malloc.c.h   struct malloc_tree_chunk* parent;
malloc_tree_chunk 2334 compat/nedmalloc/malloc.c.h typedef struct malloc_tree_chunk  tchunk;
malloc_tree_chunk 2335 compat/nedmalloc/malloc.c.h typedef struct malloc_tree_chunk* tchunkptr;
malloc_tree_chunk 2336 compat/nedmalloc/malloc.c.h typedef struct malloc_tree_chunk* tbinptr; /* The type of bins of trees */