Searched refs:large_malloc (Results 1 - 5 of 5) sorted by relevance

/linux-master/include/linux/decompress/
H A Dmm.h70 #define large_malloc(a) malloc(a) macro
86 * warnings when not needed (indeed large_malloc / large_free are not
92 #define large_malloc(a) vmalloc(a) macro
/linux-master/lib/
H A Ddecompress_unzstd.c130 void *wksp = large_malloc(wksp_size);
205 in_allocated = large_malloc(ZSTD_IOBUF_SIZE);
228 out_allocated = large_malloc(ZSTD_IOBUF_SIZE);
269 wksp = large_malloc(wksp_size);
H A Ddecompress_unlz4.c56 outp = large_malloc(uncomp_chunksize);
72 inp = large_malloc(LZ4_compressBound(uncomp_chunksize));
H A Ddecompress_unlzma.c616 wr.buffer = large_malloc(wr.bufsize);
622 p = (uint16_t *) large_malloc(num_probs * sizeof(*p));
H A Ddecompress_bunzip2.c671 bd->dbuf = large_malloc(bd->dbufSize * sizeof(int));

Completed in 119 milliseconds