Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-11-25 | Remove the nowadays unneeded memory limitting malloc() wrapper. | Lasse Collin | 1 | -288/+0 | |
2008-04-28 | Fixed wrong spelling "limitter" to "limiter". This affects | Lasse Collin | 1 | -1/+1 | |
liblzma's API. | |||||
2008-01-25 | Improved the memory limitter: | Lasse Collin | 1 | -14/+83 | |
- Added lzma_memlimit_max() and lzma_memlimit_reached() API functions. - Added simple estimation of malloc()'s memory usage overhead. - Fixed integer overflow detection in lzma_memlimit_alloc(). - Made some white space cleanups and added more comments. The description of lzma_memlimit_max() in memlimit.h is bad and should be improved. | |||||
2008-01-16 | Added lzma_memlimit_count(). | Lasse Collin | 1 | -0/+19 | |