Searched refs:NTREEBINS (Results 1 – 2 of 2) sorted by relevance
2528 #define NTREEBINS (32U) macro2548 tbinptr treebins[NTREEBINS];2790 I = NTREEBINS-1;\2805 I = NTREEBINS-1;\2819 I = NTREEBINS-1;\2834 I = NTREEBINS-1;\2849 (i == NTREEBINS-1)? (SIZE_T_BITSIZE-1) : (((i) >> 1) + TREEBIN_SHIFT - 2)2853 ((i == NTREEBINS-1)? 0 : \3253 assert((idx == NTREEBINS-1) || (tsize < minsize_for_tree_index((idx+1)))); in do_check_tree()3402 for (i = 0; i < NTREEBINS; ++i) in do_check_malloc_state()[all …]
2018 #define NTREEBINS (32U) macro2037 tbinptr treebins[NTREEBINS];2258 I = NTREEBINS-1;\2272 I = NTREEBINS-1;\2287 (i == NTREEBINS-1)? (SIZE_T_BITSIZE-1) : (((i) >> 1) + TREEBIN_SHIFT - 2)2291 ((i == NTREEBINS-1)? 0 : \2669 assert((idx == NTREEBINS-1) || (tsize < minsize_for_tree_index((idx+1)))); in do_check_tree()2818 for (i = 0; i < NTREEBINS; ++i) in do_check_malloc_state()3280 for (i = 0; i < NTREEBINS; ++i) in reset_on_error()