Home
last modified time | relevance | path

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

/bionic/libc/upstream-dlmalloc/
Dmalloc.c2194 typedef unsigned int bindex_t; /* Described below */ typedef
2402 bindex_t index;
2815 static void do_check_treebin(mstate m, bindex_t i);
2816 static void do_check_smallbin(mstate m, bindex_t i);
2825 #define small_index(s) (bindex_t)((s) >> SMALLBIN_SHIFT)
2846 I = (bindex_t)((K << 1) + ((S >> (K + (TREEBIN_SHIFT-1)) & 1)));\
2860 I = (bindex_t)((K << 1) + ((S >> (K + (TREEBIN_SHIFT-1)) & 1)));\
2875 I = (bindex_t)((K << 1) + ((S >> (K + (TREEBIN_SHIFT-1)) & 1)));\
2944 I = (bindex_t)J;\
2952 I = (bindex_t)J;\
[all …]