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

/external/srec/portable/src/
H A Dpmalloc.c444 int binNum; local
460 binNum = GET_MEM_BIN(q);
471 binsFirstFreeCell[binNum] = q;
491 _Cell *firstFreeInBin = binsFirstFreeCell[binNum];
505 for (binIndex = binNum; binIndex >= 0; binIndex--)
553 _Cell *firstFree = binsFirstFreeCell[binNum];
555 binsFirstFreeCell[binNum] = q;

Completed in 156 milliseconds