Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Copyright year 2015 | Max Kellermann | 2015-01-01 | 1 | -1/+1 |
| | |||||
* | copyright year 2014 | Max Kellermann | 2014-01-13 | 1 | -1/+1 |
| | |||||
* | gcc.h: rename to Compiler.h | Max Kellermann | 2013-10-15 | 1 | -1/+1 |
| | |||||
* | 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 |