Searched defs:malloc_tree_chunk (Results 1 – 2 of 2) sorted by relevance
1889 struct malloc_tree_chunk struct1894 struct malloc_tree_chunk *fd; argument1895 struct malloc_tree_chunk *bk; argument1897 struct malloc_tree_chunk *child[2]; argument1898 struct malloc_tree_chunk *parent; argument1902 typedef struct malloc_tree_chunk tchunk; argument
1864 struct malloc_tree_chunk { struct1868 struct malloc_tree_chunk* fd; argument1869 struct malloc_tree_chunk* bk; argument1871 struct malloc_tree_chunk* child[2]; argument1872 struct malloc_tree_chunk* parent; argument1876 typedef struct malloc_tree_chunk tchunk; argument