Searched refs:mem_item (Results 1 - 1 of 1) sorted by relevance

/external/zlib/src/test/
H A Dinfcover.c56 struct mem_item { struct
59 struct mem_item *next; /* pointer to next item in list, or NULL */
64 struct mem_item *first; /* pointer to first item in list, or NULL */
74 struct mem_item *item;
90 item = malloc(sizeof(struct mem_item));
114 struct mem_item *item, *next;
203 struct mem_item *item, *next;

Completed in 76 milliseconds