OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_Altab
(Results
1 - 2
of
2
) sorted by null
/external/srec/portable/include/
pmalloc.h
70
_Altab
;
74
extern
_Altab
_Aldata; /* free list initially empty */
88
int _OK_Altab(
_Altab
*p);
/external/srec/portable/src/
pmalloc.c
81
_Altab
_Aldata = {0}; /* heap initially empty */
188
memset(&_Aldata, 0, sizeof(
_Altab
));
269
int _OK_Altab(
_Altab
*p)
Completed in 2707 milliseconds