Home
last modified time | relevance | path

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

/external/squashfs-tools/squashfs-tools/
Dlzma_xz_wrapper.c36 #define MEMLIMIT (32 * 1024 * 1024) macro
106 res = lzma_alone_decoder(&strm, MEMLIMIT); in lzma_uncompress()
Dxz_wrapper.h46 #define MEMLIMIT (32 * 1024 * 1024) macro
Dxz_wrapper.c492 uint64_t memlimit = MEMLIMIT; in xz_uncompress()