Searched refs:malloc (Results 1 – 6 of 6) sorted by relevance
50 out_buf = malloc(out_len); in gunzip()62 zbuf = malloc(GZIP_IOBUF_SIZE); in gunzip()70 strm = malloc(sizeof(*strm)); in gunzip()76 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()
244 static void *malloc(int size) in malloc() function272 #define malloc(a) kmalloc(a, GFP_KERNEL) macro363 stk = malloc(sizeof(*stk)); in huft_build()487 if ((q = (struct huft *)malloc((z + 1)*sizeof(struct huft))) == in huft_build()778 l = malloc(sizeof(*l) * 288); in inflate_fixed()851 ll = malloc(sizeof(*ll) * (288+32)); /* literal/length and distance code lengths */ in inflate_dynamic()853 ll = malloc(sizeof(*ll) * (286+30)); /* literal/length and distance code lengths */ in inflate_dynamic()
130 out_buf = malloc(LZO_BLOCK_SIZE); in unlzo()146 in_buf = malloc(lzo1x_worst_compress(LZO_BLOCK_SIZE)); in unlzo()
641 bd = *bdp = malloc(i); in start_bunzip()690 outbuf = malloc(BZIP2_IOBUF_SIZE); in bunzip2()699 inbuf = malloc(BZIP2_IOBUF_SIZE); in bunzip2()
563 inbuf = malloc(LZMA_IOBUF_SIZE); in unlzma()