Home
last modified time | relevance | path

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

/external/srec/portable/src/
Dpmalloc.c444 int binNum; variable
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;