Home
last modified time | relevance | path

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

/external/qemu/distrib/sdl-1.2.15/src/stdlib/
DSDL_malloc.c2014 #define NTREEBINS (32U) macro
2033 tbinptr treebins[NTREEBINS];
2254 I = NTREEBINS-1;\
2268 I = NTREEBINS-1;\
2283 (i == NTREEBINS-1)? (SIZE_T_BITSIZE-1) : (((i) >> 1) + TREEBIN_SHIFT - 2)
2287 ((i == NTREEBINS-1)? 0 : \
2656 assert((idx == NTREEBINS-1) || (tsize < minsize_for_tree_index((idx+1)))); in do_check_tree()
2805 for (i = 0; i < NTREEBINS; ++i) in do_check_malloc_state()
3266 for (i = 0; i < NTREEBINS; ++i) in reset_on_error()