Home
last modified time | relevance | path

Searched defs:malloc_tree_chunk (Results 1 – 2 of 2) sorted by relevance

/utopia/UTPA2-700.0.x/modules/msos/msos/ucos/
H A Ddlmalloc.c1852 struct malloc_tree_chunk { struct
1856 struct malloc_tree_chunk* fd; argument
1857 struct malloc_tree_chunk* bk; argument
1859 struct malloc_tree_chunk* child[2]; argument
1860 struct malloc_tree_chunk* parent; argument
1864 typedef struct malloc_tree_chunk tchunk; argument
/utopia/UTPA2-700.0.x/modules/msos/msos/linux/
H A Ddlmalloc.c2353 struct malloc_tree_chunk { struct
2357 struct malloc_tree_chunk* fd; argument
2358 struct malloc_tree_chunk* bk; argument
2360 struct malloc_tree_chunk* child[2]; argument
2361 struct malloc_tree_chunk* parent; argument
2365 typedef struct malloc_tree_chunk tchunk; argument