summaryrefslogtreecommitdiff
path: root/src/MusicBuffer.cxx
AgeCommit message (Collapse)Author
2014-08-12MusicChunk: rename struct to MusicChunkMax Kellermann
2014-01-13copyright year 2014Max Kellermann
2013-09-26MusicBuffer: expose the C++ APIMax Kellermann
2013-08-07Makefile.am: move sources to libsystem.aMax Kellermann
2013-08-07FatalError: new library to replace mpd_error.hMax Kellermann
2013-01-04Mutex: new wrapper for std::mutex, replaces GMutexMax Kellermann
2013-01-04MusicBuffer: return memory to kernel when stopping playbackMax Kellermann
Use the new HugeAllocator as backend for SliceBuffer and call HugeDiscard() when the last chunk was returned.
2013-01-04MusicBuffer: move code to template class SliceBufferMax Kellermann
2013-01-04MusicBuffer: allocate with new/deleteMax Kellermann
2013-01-04MusicBuffer: disable memory poisoningMax Kellermann
This is harmful for memory usage, because it forces the kernel to allocate physical memory, even before playback has started. No bug has been found in a few years with this, so it's safe to assume that this code is not necessary.
2013-01-04buffer, pipe: convert to C++Max Kellermann