HomeSort by: relevance | last modified time | path
    Searched defs:_fraghead (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl2/libmalloc/dist/
malloc.c 52 struct list _fraghead[BLOCKLOG]; variable in typeref:struct:list
212 next = _fraghead[log].next;
246 next->next = _fraghead[log].next;
247 next->prev = &_fraghead[log];
gmalloc.c 194 extern struct list _fraghead[];
398 struct list _fraghead[BLOCKLOG]; variable in typeref:struct:list
558 next = _fraghead[log].next;
592 next->next = _fraghead[log].next;
593 next->prev = &_fraghead[log];
902 prev->next = _fraghead[type].next;
903 prev->prev = &_fraghead[type];

Completed in 22 milliseconds