Lines Matching refs:i
97 Even a request for zero bytes (i.e., malloc(0)) returns a
114 make the normal worst-case wastage 15 bytes (i.e., up to 15
1251 * `top': The top-most available chunk (i.e., the one bordering the
1436 #define bin_at(i) ((mbinptr)((char*)&(av_[2*(i) + 2]) - 2*SIZE_SZ))
1461 #define IAV(i) bin_at(i), bin_at(i)
2067 any remainder. This search is strictly by best-fit; i.e.,
2095 always true of any allocated chunk; i.e., that each allocated
3040 int i;
3050 for (i = 1; i < NAV; ++i)
3052 b = bin_at(i);
3127 value if it can (i.e., so long as the value is meaningful),