OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_Aldata
(Results
1 - 2
of
2
) sorted by null
/external/srec/portable/src/
pmalloc.c
81
_Altab
_Aldata
= {0}; /* heap initially empty */
188
memset(&
_Aldata
, 0, sizeof(_Altab));
301
if ((qb =
_Aldata
._Plast) == 0)
303
for (qb = &
_Aldata
._Head; *qb != 0;
313
q = *
_Aldata
._Plast;
314
for (qb = &
_Aldata
._Head; *qb != q;
353
_OK_Altab(&
_Aldata
);
428
_Aldata
._Plast = qb; /* resume scan here */
430
_OK_Altab(&
_Aldata
);
454
_OK_Altab(&
_Aldata
);
[
all
...]
/external/srec/portable/include/
pmalloc.h
74
extern _Altab
_Aldata
; /* free list initially empty */
Completed in 45 milliseconds