Lines Matching refs:bindex_t
1664 typedef size_t bindex_t; /* Described below */ typedef
1868 bindex_t index;
2275 static void do_check_treebin(mstate m, bindex_t i);
2276 static void do_check_smallbin(mstate m, bindex_t i);
2305 I = (bindex_t)((K << 1) + ((S >> (K + (TREEBIN_SHIFT-1)) & 1)));\
2364 I = (bindex_t)J;\
2381 I = (bindex_t)(N + Y);\
2701 bindex_t tindex = t->index; in do_check_tree()
2703 bindex_t idx; in do_check_tree()
2749 static void do_check_treebin(mstate m, bindex_t i) { in do_check_treebin()
2760 static void do_check_smallbin(mstate m, bindex_t i) { in do_check_smallbin()
2787 bindex_t sidx = small_index(size); in bin_find()
2798 bindex_t tidx; in bin_find()
2852 bindex_t i; in do_check_malloc_state()
2965 bindex_t I = small_index(S);\
2986 bindex_t I = small_index(S);\
3037 bindex_t I;\
3296 bindex_t i; in init_bins()
3725 bindex_t idx; in tmalloc_large()
3755 bindex_t i; in tmalloc_large()
3797 bindex_t i; in tmalloc_small()
4151 bindex_t idx; in dlmalloc()
4174 bindex_t i; in dlmalloc()
4558 bindex_t idx; in mspace_malloc()
4581 bindex_t i; in mspace_malloc()