Searched defs:malloc_tree_chunk (Results 1 – 2 of 2) sorted by relevance
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; argument
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; argument