Searched refs:malloc (Results 1 – 6 of 6) sorted by relevance
55 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()
157 #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()
245 static void *malloc(int size) in malloc() function273 #define malloc(a) kmalloc(a, GFP_KERNEL) macro364 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()
116 out_buf = malloc(LZO_BLOCK_SIZE); in unlzo()132 in_buf = malloc(lzo1x_worst_compress(LZO_BLOCK_SIZE)); in unlzo()
642 bd = *bdp = malloc(i); in start_bunzip()691 outbuf = malloc(BZIP2_IOBUF_SIZE); in bunzip2()700 inbuf = malloc(BZIP2_IOBUF_SIZE); in bunzip2()
563 inbuf = malloc(LZMA_IOBUF_SIZE); in unlzma()