9
0
Fork 0
barebox/lib/zlib_inflate
Sascha Hauer 3bafe5eac5 decompressors: Use malloc/free wrappers
The decompressors are used both in a regular image and also for image
decompression. Both need different malloc implementations. Using
malloc/free directly in the decompressor code easily leads to include
file conflicts, so use MALLOC/FREE which can be defined correctly for
the two different usecases.

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
2016-04-08 13:33:18 +02:00
..
Makefile add kernel gunzip implementation 2011-11-29 21:12:42 +01:00
inffast.c add kernel gunzip implementation 2011-11-29 21:12:42 +01:00
inffast.h add kernel gunzip implementation 2011-11-29 21:12:42 +01:00
inffixed.h add kernel gunzip implementation 2011-11-29 21:12:42 +01:00
inflate.c add kernel gunzip implementation 2011-11-29 21:12:42 +01:00
inflate.h add kernel gunzip implementation 2011-11-29 21:12:42 +01:00
inftrees.c add kernel gunzip implementation 2011-11-29 21:12:42 +01:00
inftrees.h add kernel gunzip implementation 2011-11-29 21:12:42 +01:00
infutil.c decompressors: Use malloc/free wrappers 2016-04-08 13:33:18 +02:00
infutil.h add kernel gunzip implementation 2011-11-29 21:12:42 +01:00