OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 34 milliseconds