aboutsummaryrefslogtreecommitdiff
path: root/src/liblzma/api/lzma/memlimit.h (follow)
AgeCommit message (Collapse)AuthorFilesLines
2008-08-28Sort of garbage collection commit. :-| Many things are stillLasse Collin1-5/+10
broken. API has changed a lot and it will still change a little more here and there. The command line tool doesn't have all the required changes to reflect the API changes, so it's easy to get "internal error" or trigger assertions.
2008-05-06Bunch of grammar fixes from meyering.Lasse Collin1-3/+3
2008-04-28Fixed wrong spelling "limitter" to "limiter". This affectsLasse Collin1-5/+5
liblzma's API.
2008-01-25Improved the memory limitter:Lasse Collin1-0/+35
- 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/+10
2007-12-09Imported to git.Lasse Collin1-0/+157