Searched refs:large_malloc (Results 1 – 4 of 4) sorted by relevance
62 #define large_malloc(a) malloc(a) macro84 #define large_malloc(a) vmalloc(a) macro
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()