Home
last modified time | relevance | path

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

/third_party/mksh/
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.h797 struct lalloc_common { struct
798 struct lalloc_common *next; argument
803 struct lalloc_common *next;
805 char dummy[8192 - sizeof(struct lalloc_common *) - sizeof(size_t)];
814 #define ALLOC_ITEM struct lalloc_common
819 typedef struct lalloc_common Area;