Searched refs:treebin_at (Results 1 – 2 of 2) sorted by relevance
| /utopia/UTPA2-700.0.x/modules/msos/msos/ucos/ |
| H A D | dlmalloc.c | 2248 #define treebin_at(M,i) (&((M)->treebins[i])) macro 2711 tbinptr* tb = treebin_at(m, i); in do_check_treebin() 2762 tchunkptr t = *treebin_at(m, tidx); in bin_find() 3003 H = treebin_at(M, I);\ 3098 tbinptr* H = treebin_at(M, X->index);\ 3281 *treebin_at(m, i) = 0; in reset_on_error() 3699 if ((t = *treebin_at(m, idx)) != 0) { in tmalloc_large() 3729 t = *treebin_at(m, i); in tmalloc_large() 3772 v = t = *treebin_at(m, i); in tmalloc_small()
|
| /utopia/UTPA2-700.0.x/modules/msos/msos/linux/ |
| H A D | dlmalloc.c | 2780 #define treebin_at(M,i) (&((M)->treebins[i])) macro 3295 tbinptr* tb = treebin_at(m, i); in do_check_treebin() 3346 tchunkptr t = *treebin_at(m, tidx); in bin_find() 3588 H = treebin_at(M, I);\ 3684 tbinptr* H = treebin_at(M, X->index);\ 3864 *treebin_at(m, i) = 0; in reset_on_error() 4297 if ((t = *treebin_at(m, idx)) != 0) { in tmalloc_large() 4326 t = *treebin_at(m, i); in tmalloc_large() 4368 v = t = *treebin_at(m, i); in tmalloc_small()
|