Home | History | Annotate | Download | only in src

Lines Matching refs:lalloc

661 struct lalloc {
662 struct lalloc *next;
666 #define ALLOC_ITEM struct lalloc
669 /* 3. group structure (only the same for lalloc.c) */
670 typedef struct lalloc Area;
1622 /* lalloc.c */