aboutsummaryrefslogtreecommitdiffstats
path: root/src/util/SliceBuffer.hxx (unfollow)
Commit message (Collapse)AuthorFilesLines
2013-10-15gcc.h: rename to Compiler.hMax Kellermann1-1/+1
2013-01-04MusicBuffer: return memory to kernel when stopping playbackMax Kellermann1-4/+23
Use the new HugeAllocator as backend for SliceBuffer and call HugeDiscard() when the last chunk was returned.
2013-01-04SliceBuffer: lazy initializationMax Kellermann1-13/+21
Avoid page faults on MPD startup. This saves a lot of memory for an idle MPD.
2013-01-04MusicBuffer: move code to template class SliceBufferMax Kellermann1-0/+134