Home
last modified time | relevance | path

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

/external/srec/portable/src/
Dpmalloc.c301 if ((qb = _Aldata._Plast) == 0) in findmem()
313 q = *_Aldata._Plast; in findmem()
428 _Aldata._Plast = qb; /* resume scan here */
594 _Aldata._Plast = 0; /* deoptimize for safety */
/external/srec/portable/include/
Dpmalloc.h67 _Cell **_Plast; /* null, or where to resume malloc scan */ member