Home | History | Annotate | Download | only in test

Lines Matching refs:free

92         free(ptr);
111 /* memory free routine to pass to zlib */
117 /* if no zone, just do a free */
119 free(ptr);
136 zone->notlifo++; /* not a LIFO free */
142 /* if found, update the statistics and free the item */
145 free(next);
152 /* in any case, do the requested free with the standard library function */
153 free(ptr);
209 /* free leftover allocations and item structures, if any */
212 free(item->ptr);
214 free(item);
229 /* free the zone and delete from the stream */
230 free(zone);
342 free(in);
343 free(out);
573 free(prefix);
574 free(win);
575 free(out);
576 free(in);