Home | History | Annotate | Download | only in src

Lines Matching refs:malloc_tree_chunk

1802 struct malloc_tree_chunk {
1806 struct malloc_tree_chunk* fd;
1807 struct malloc_tree_chunk* bk;
1809 struct malloc_tree_chunk* child[2];
1810 struct malloc_tree_chunk* parent;
1814 typedef struct malloc_tree_chunk tchunk;
1815 typedef struct malloc_tree_chunk* tchunkptr;
1816 typedef struct malloc_tree_chunk* tbinptr; /* The type of bins of trees */