Searched refs:mem_item (Results 1 – 2 of 2) sorted by relevance
71 struct mem_item { struct74 struct mem_item *next; /* pointer to next item in list, or NULL */ argument79 struct mem_item *first; /* pointer to first item in list, or NULL */89 struct mem_item *item; in mem_alloc()105 item = static_cast<struct mem_item *>(malloc(sizeof(struct mem_item))); in mem_alloc()129 struct mem_item *item, *next; in mem_free()218 struct mem_item *item, *next; in mem_done()
57 struct mem_item *item;67 - item = malloc(sizeof(struct mem_item));68 + item = static_cast<struct mem_item *>(malloc(sizeof(struct mem_item)));75 struct mem_item *item, *next;127 struct mem_item *item, *next;