Searched refs:large_malloc (Results 1 – 5 of 5) sorted by relevance
128 void *wksp = large_malloc(wksp_size); in decompress_single()203 in_allocated = large_malloc(ZSTD_IOBUF_SIZE); in __unzstd()226 out_allocated = large_malloc(ZSTD_IOBUF_SIZE); in __unzstd()267 wksp = large_malloc(wksp_size); in __unzstd()
56 outp = large_malloc(uncomp_chunksize); in unlz4()72 inp = large_malloc(LZ4_compressBound(uncomp_chunksize)); in unlz4()
616 wr.buffer = large_malloc(wr.bufsize); in unlzma()622 p = (uint16_t *) large_malloc(num_probs * sizeof(*p)); in unlzma()
671 bd->dbuf = large_malloc(bd->dbufSize * sizeof(int)); in start_bunzip()
70 #define large_malloc(a) malloc(a) macro92 #define large_malloc(a) vmalloc(a) macro