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

/external/srec/portable/src/
H A Dpmalloc.c491 _Cell *firstFreeInBin = binsFirstFreeCell[binNum]; local
492 if ((firstFreeInBin != 0) && (q > firstFreeInBin))
494 qp = firstFreeInBin;

Completed in 64 milliseconds