Home
last modified time | relevance | path

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

/external/zlib/contrib/tests/
Dinfcover.cc71 struct mem_item { struct
74 struct mem_item *next; /* pointer to next item in list, or NULL */ argument
79 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()
/external/rust/crates/libz-sys/src/zlib/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()
/external/rust/crates/libz-sys/src/zlib-ng/test/
Dinfcover.c62 struct mem_item { struct
65 struct mem_item *next; /* pointer to next item in list, or NULL */ argument
70 struct mem_item *first; /* pointer to first item in list, or NULL */
79 struct mem_item *item; in mem_alloc()
95 item = malloc(sizeof(struct mem_item)); in mem_alloc()
118 struct mem_item *item, *next; in mem_free()
202 struct mem_item *item, *next; in mem_done()
/external/angle/third_party/zlib/patches/
D0005-infcover-gtest.patch57 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;
/external/zlib/patches/
D0005-infcover-gtest.patch57 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;