Home
last modified time | relevance | path

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

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