Home
last modified time | relevance | path

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

/lib/
Ddecompress_inflate.c55 out_buf = malloc(out_len); in __gunzip()
68 zbuf = malloc(GZIP_IOBUF_SIZE); in __gunzip()
76 strm = malloc(sizeof(*strm)); in __gunzip()
82 strm->workspace = malloc(flush ? zlib_inflate_workspacesize() : in __gunzip()
Ddecompress_unxz.c157 #define kmalloc(size, flags) malloc(size)
159 #define vmalloc(size) malloc(size)
282 b.out = malloc(XZ_IOBUF_SIZE); in unxz()
289 in = malloc(XZ_IOBUF_SIZE); in unxz()
Dinflate.c245 static void *malloc(int size) in malloc() function
273 #define malloc(a) kmalloc(a, GFP_KERNEL) macro
364 stk = malloc(sizeof(*stk)); in huft_build()
488 if ((q = (struct huft *)malloc((z + 1)*sizeof(struct huft))) == in huft_build()
779 l = malloc(sizeof(*l) * 288); in inflate_fixed()
852 ll = malloc(sizeof(*ll) * (288+32)); /* literal/length and distance code lengths */ in inflate_dynamic()
854 ll = malloc(sizeof(*ll) * (286+30)); /* literal/length and distance code lengths */ in inflate_dynamic()
Ddecompress_unlzo.c116 out_buf = malloc(LZO_BLOCK_SIZE); in unlzo()
132 in_buf = malloc(lzo1x_worst_compress(LZO_BLOCK_SIZE)); in unlzo()
Ddecompress_bunzip2.c642 bd = *bdp = malloc(i); in start_bunzip()
691 outbuf = malloc(BZIP2_IOBUF_SIZE); in bunzip2()
700 inbuf = malloc(BZIP2_IOBUF_SIZE); in bunzip2()
Ddecompress_unlzma.c563 inbuf = malloc(LZMA_IOBUF_SIZE); in unlzma()