Home
last modified time | relevance | path

Searched refs:large_malloc (Results 1 – 3 of 3) sorted by relevance

/linux-3.4.99/include/linux/decompress/
Dmm.h61 #define large_malloc(a) malloc(a) macro
83 #define large_malloc(a) vmalloc(a) macro
/linux-3.4.99/lib/
Ddecompress_unlzma.c616 wr.buffer = large_malloc(wr.bufsize); in unlzma()
622 p = (uint16_t *) large_malloc(num_probs * sizeof(*p)); in unlzma()
Ddecompress_bunzip2.c670 bd->dbuf = large_malloc(bd->dbufSize * sizeof(int)); in start_bunzip()