Searched defs:malloc_tree_chunk (Results 1 – 2 of 2) sorted by relevance
1852 struct malloc_tree_chunk { struct1856 struct malloc_tree_chunk* fd; argument1857 struct malloc_tree_chunk* bk; argument1859 struct malloc_tree_chunk* child[2]; argument1860 struct malloc_tree_chunk* parent; argument1864 typedef struct malloc_tree_chunk tchunk; argument
2353 struct malloc_tree_chunk { struct2357 struct malloc_tree_chunk* fd; argument2358 struct malloc_tree_chunk* bk; argument2360 struct malloc_tree_chunk* child[2]; argument2361 struct malloc_tree_chunk* parent; argument2365 typedef struct malloc_tree_chunk tchunk; argument