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>
1 parent 68bd0e5 commit 3bafe5eac5b48193607c4617f32d9e5e2075189f
@Sascha Hauer Sascha Hauer authored on 29 Mar 2016
Showing 10 changed files
View
include/linux/decompress/mm.h
View
lib/decompress_inflate.c
View
lib/decompress_unlz4.c
View
lib/decompress_unlzo.c
View
lib/decompress_unxz.c
View
lib/xz/xz_dec_bcj.c
View
lib/xz/xz_dec_lzma2.c
View
lib/xz/xz_dec_stream.c
View
lib/xz/xz_private.h
View
lib/zlib_inflate/infutil.c