1
0
Fork 0
mirror of https://git.tukaani.org/xz.git synced 2024-04-04 12:36:23 +02:00
xz-archive/src/xzdec
Lasse Collin 93e418562c Add lzma_physmem().
I had hoped to keep liblzma as purely a compression
library as possible (e.g. file I/O will go into
a different library), but it seems that applications
linking agaisnt liblzma need some way to determine
the memory usage limit, and knowing the amount of RAM
is one reasonable way to help making such decisions.

Thanks to Jonathan Nieder for the original patch.
2009-11-15 12:40:17 +02:00
..
lzmadec_w32res.rc Moved the Windows resource files outside the windows directory 2009-06-27 17:28:01 +03:00
Makefile.am Add lzma_physmem(). 2009-11-15 12:40:17 +02:00
xzdec.1 Remove --force from xzdec. 2009-07-08 22:50:16 +03:00
xzdec.c Add lzma_physmem(). 2009-11-15 12:40:17 +02:00
xzdec_w32res.rc Added public domain notice into a few files. 2009-07-18 11:26:39 +03:00