Searched refs:malloc_tree_chunk (Results 1 – 1 of 1) sorted by relevance
2408 struct malloc_tree_chunk { struct2412 struct malloc_tree_chunk* fd; argument2413 struct malloc_tree_chunk* bk; argument2415 struct malloc_tree_chunk* child[2]; argument2416 struct malloc_tree_chunk* parent; argument2420 typedef struct malloc_tree_chunk tchunk; argument2421 typedef struct malloc_tree_chunk* tchunkptr;2422 typedef struct malloc_tree_chunk* tbinptr; /* The type of bins of trees */5194 start = (void*)((char*)q + sizeof(struct malloc_tree_chunk)); in internal_inspect_all()