Home
last modified time | relevance | path

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

/external/srec/portable/include/
Dpmalloc.h70 _Altab; typedef
74 extern _Altab _Aldata; /* free list initially empty */
88 int _OK_Altab(_Altab *p);
/external/srec/portable/src/
Dpmalloc.c81 _Altab _Aldata = {0}; /* heap initially empty */
188 memset(&_Aldata, 0, sizeof(_Altab)); in PortMallocInit()
269 int _OK_Altab(_Altab *p) in _OK_Altab()