Searched refs:lalloc_common (Results 1 – 2 of 2) sorted by relevance
36 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()
797 struct lalloc_common { struct798 struct lalloc_common *next; argument803 struct lalloc_common *next;805 char dummy[8192 - sizeof(struct lalloc_common *) - sizeof(size_t)];814 #define ALLOC_ITEM struct lalloc_common819 typedef struct lalloc_common Area;