HomeSort by relevance Sort by last modified time
    Searched refs:_Plast (Results 1 - 2 of 2) sorted by null

  /external/srec/portable/include/
pmalloc.h 67 _Cell **_Plast; /* null, or where to resume malloc scan */
  /external/srec/portable/src/
pmalloc.c 301 if ((qb = _Aldata._Plast) == 0)
313 q = *_Aldata._Plast;
428 _Aldata._Plast = qb; /* resume scan here */
594 _Aldata._Plast = 0; /* deoptimize for safety */

Completed in 16 milliseconds