Searched refs:malloc_tree_chunk (Results 1 – 3 of 3) sorted by relevance
1802 struct malloc_tree_chunk { struct1806 struct malloc_tree_chunk* fd; argument1807 struct malloc_tree_chunk* bk; argument1809 struct malloc_tree_chunk* child[2]; argument1810 struct malloc_tree_chunk* parent; argument1814 typedef struct malloc_tree_chunk tchunk; argument1815 typedef struct malloc_tree_chunk* tchunkptr;1816 typedef struct malloc_tree_chunk* tbinptr; /* The type of bins of trees */
1848 struct malloc_tree_chunk { struct1852 struct malloc_tree_chunk* fd; argument1853 struct malloc_tree_chunk* bk; argument1855 struct malloc_tree_chunk* child[2]; argument1856 struct malloc_tree_chunk* parent; argument1860 typedef struct malloc_tree_chunk tchunk; argument1861 typedef struct malloc_tree_chunk* tchunkptr;1862 typedef struct malloc_tree_chunk* tbinptr; /* The type of bins of trees */
2264 struct malloc_tree_chunk { struct2268 struct malloc_tree_chunk* fd; argument2269 struct malloc_tree_chunk* bk; argument2271 struct malloc_tree_chunk* child[2]; argument2272 struct malloc_tree_chunk* parent; argument2276 typedef struct malloc_tree_chunk tchunk; argument2277 typedef struct malloc_tree_chunk* tchunkptr;2278 typedef struct malloc_tree_chunk* tbinptr; /* The type of bins of trees */