Searched refs:treebin_at (Results 1 – 2 of 2) sorted by relevance
/external/libffi/src/ |
D | dlmalloc.c | 2234 #define treebin_at(M,i) (&((M)->treebins[i])) macro 2688 tbinptr* tb = treebin_at(m, i); in do_check_treebin() 2739 tchunkptr t = *treebin_at(m, tidx); in bin_find() 2977 H = treebin_at(M, I);\ 3072 tbinptr* H = treebin_at(M, X->index);\ 3255 *treebin_at(m, i) = 0; in reset_on_error() 3666 if ((t = *treebin_at(m, idx)) != 0) { in tmalloc_large() 3696 t = *treebin_at(m, i); in tmalloc_large() 3739 v = t = *treebin_at(m, i); in tmalloc_small()
|
/external/qemu/distrib/sdl-1.2.12/src/stdlib/ |
D | SDL_malloc.c | 2244 #define treebin_at(M,i) (&((M)->treebins[i])) macro 2698 tbinptr* tb = treebin_at(m, i); in do_check_treebin() 2749 tchunkptr t = *treebin_at(m, tidx); in bin_find() 2989 H = treebin_at(M, I);\ 3084 tbinptr* H = treebin_at(M, X->index);\ 3267 *treebin_at(m, i) = 0; in reset_on_error() 3676 if ((t = *treebin_at(m, idx)) != 0) { in tmalloc_large() 3706 t = *treebin_at(m, i); in tmalloc_large() 3749 v = t = *treebin_at(m, i); in tmalloc_small()
|