Home
last modified time | relevance | path

Searched refs:tbinptr (Results 1 – 2 of 2) sorted by relevance

/utopia/UTPA2-700.0.x/modules/msos/msos/ucos/
H A Ddlmalloc.c1866 typedef struct malloc_tree_chunk* tbinptr; /* The type of bins of trees */ typedef
2037 tbinptr treebins[NTREEBINS];
2689 *((tbinptr*)(u->parent)) == u); in do_check_tree()
2711 tbinptr* tb = treebin_at(m, i); in do_check_treebin()
3000 tbinptr* H;\
3098 tbinptr* H = treebin_at(M, X->index);\
/utopia/UTPA2-700.0.x/modules/msos/msos/linux/
H A Ddlmalloc.c2367 typedef struct malloc_tree_chunk* tbinptr; /* The type of bins of trees */ typedef
2548 tbinptr treebins[NTREEBINS];
3273 *((tbinptr*)(u->parent)) == u); in do_check_tree()
3295 tbinptr* tb = treebin_at(m, i); in do_check_treebin()
3585 tbinptr* H;\
3684 tbinptr* H = treebin_at(M, X->index);\