aboutsummaryrefslogtreecommitdiff
path: root/src/liblzma/common/memory_limitter.c (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
2008-04-28Fixed wrong spelling "limitter" to "limiter". This affectsLasse Collin1-288/+0
liblzma's API.
2008-01-25Improved the memory limitter:Lasse Collin1-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-16Added lzma_memlimit_count().Lasse Collin1-0/+19