Home | History | Annotate | Download | only in upstream-dlmalloc

Lines Matching refs:malloc_tree_chunk

2393 struct malloc_tree_chunk {
2397 struct malloc_tree_chunk* fd;
2398 struct malloc_tree_chunk* bk;
2400 struct malloc_tree_chunk* child[2];
2401 struct malloc_tree_chunk* parent;
2405 typedef struct malloc_tree_chunk tchunk;
2406 typedef struct malloc_tree_chunk* tchunkptr;
2407 typedef struct malloc_tree_chunk* tbinptr; /* The type of bins of trees */
5189 start = (void*)((char*)q + sizeof(struct malloc_tree_chunk));