Searched defs:treebins (Results 1 - 1 of 1) sorted by path

/external/qemu/distrib/sdl-1.2.15/src/stdlib/
H A DSDL_malloc.c1971 sizes. There are 2 equally spaced treebins for each power of two
1977 treebins ("treemap). Each bin sets its bit when non-empty, and
2033 tbinptr treebins[NTREEBINS]; member in struct:malloc_state
2244 #define treebin_at(M,i) (&((M)->treebins[i]))
3260 m->smallbins = m->treebins = 0;

Completed in 247 milliseconds