Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/msos/msos/ucos/
H A Ddlmalloc.c2242 #define small_index(s) ((s) >> SMALLBIN_SHIFT) macro
2244 #define MIN_SMALL_INDEX (small_index(MIN_CHUNK_SIZE))
2734 assert(small_index(size) == i); in do_check_smallbin()
2748 bindex_t sidx = small_index(size); in bin_find()
2929 bindex_t I = small_index(S);\
2950 bindex_t I = small_index(S);\
4125 idx = small_index(nb); in dlmalloc()
4536 idx = small_index(nb); in mspace_malloc()
/utopia/UTPA2-700.0.x/modules/msos/msos/linux/
H A Ddlmalloc.c2774 #define small_index(s) ((s) >> SMALLBIN_SHIFT) macro
2776 #define MIN_SMALL_INDEX (small_index(MIN_CHUNK_SIZE))
3318 assert(small_index(size) == i); in do_check_smallbin()
3332 bindex_t sidx = small_index(size); in bin_find()
3512 bindex_t I = small_index(S);\
3533 bindex_t I = small_index(S);\
4730 idx = small_index(nb); in dlmalloc()
5166 idx = small_index(nb); in mstar_mspace_malloc()