Searched refs:bindex_t (Results 1 - 1 of 1) sorted by relevance

/barrelfish-2018-10-04/lib/dmalloc/
H A Ddmalloc.c2255 typedef unsigned int bindex_t; /* Described below */ typedef
2463 bindex_t index;
2876 static void do_check_treebin(mstate m, bindex_t i);
2877 static void do_check_smallbin(mstate m, bindex_t i);
2886 #define small_index(s) (bindex_t)((s) >> SMALLBIN_SHIFT)
2905 I = (bindex_t)((K << 1) + ((S >> (K + (TREEBIN_SHIFT-1)) & 1)));\
2919 I = (bindex_t)((K << 1) + ((S >> (K + (TREEBIN_SHIFT-1)) & 1)));\
2934 I = (bindex_t)((K << 1) + ((S >> (K + (TREEBIN_SHIFT-1)) & 1)));\
3003 I = (bindex_t)J;\
3011 I = (bindex_t)
[all...]

Completed in 38 milliseconds