Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MusicBuffer: return memory to kernel when stopping playback | Max Kellermann | 2013-01-04 | 1 | -4/+23 |
| | | | | | Use the new HugeAllocator as backend for SliceBuffer and call HugeDiscard() when the last chunk was returned. | ||||
* | SliceBuffer: lazy initialization | Max Kellermann | 2013-01-04 | 1 | -13/+21 |
| | | | | | Avoid page faults on MPD startup. This saves a lot of memory for an idle MPD. | ||||
* | MusicBuffer: move code to template class SliceBuffer | Max Kellermann | 2013-01-04 | 1 | -0/+134 |