1
0
Fork 0
mirror of https://git.tukaani.org/xz.git synced 2024-04-04 12:36:23 +02:00
xz-archive/src/liblzma
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
..
api Add lzma_physmem(). 2009-11-15 12:40:17 +02:00
check Use a tuklib module for integer handling. 2009-10-04 22:57:12 +03:00
common Add lzma_physmem(). 2009-11-15 12:40:17 +02:00
delta Fix a design error in liblzma API. 2009-11-14 18:59:19 +02:00
lz Fix a design error in liblzma API. 2009-11-14 18:59:19 +02:00
lzma Fix a design error in liblzma API. 2009-11-14 18:59:19 +02:00
rangecoder Build system fixes 2009-06-30 17:09:57 +03:00
simple Fix a design error in liblzma API. 2009-11-14 18:59:19 +02:00
subblock Build system fixes 2009-06-30 17:09:57 +03:00
liblzma.pc.in Added public domain notice into a few files. 2009-07-18 11:26:39 +03:00
liblzma_w32res.rc Added public domain notice into a few files. 2009-07-18 11:26:39 +03:00
Makefile.am Add lzma_physmem(). 2009-11-15 12:40:17 +02:00