Home
last modified time | relevance | path

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

/external/mksh/src/
Dlalloc.c36 static struct lalloc_common *findptr(struct lalloc_common **, char *, Area *);
39 #define ALLOC_ISUNALIGNED(p) (((size_t)(p)) % sizeof(struct lalloc_common))
99 static struct lalloc_common *
100 findptr(struct lalloc_common **lpp, char *ptr, Area *ap) in findptr()
143 struct lalloc_common *lp = NULL; in aresize()
147 struct lalloc_common *pp; in aresize()
171 struct lalloc_common *lp, *pp; in afree()
184 struct lalloc_common *lp; in afreeall()
Dsh.h751 struct lalloc_common { struct
752 struct lalloc_common *next; argument
757 struct lalloc_common *next;
759 char dummy[8192 - sizeof(struct lalloc_common *) - sizeof(size_t)];
768 #define ALLOC_ITEM struct lalloc_common
773 typedef struct lalloc_common Area;