mpd/src/util
Max Kellermann 223b90d0d4 MusicBuffer: return memory to kernel when stopping playback
Use the new HugeAllocator as backend for SliceBuffer and call
HugeDiscard() when the last chunk was returned.
2013-01-04 20:48:28 +01:00
..
bit_reverse.c dsd2pcm: move the bit reversing code to a generic library 2012-03-21 08:44:43 +01:00
bit_reverse.h gcc.h: re-add gcc_const and gcc_pure 2012-08-02 19:12:18 +02:00
byte_reverse.c pcm_byteswap: move code to libutil 2012-03-21 18:58:19 +01:00
byte_reverse.h pcm_byteswap: move code to libutil 2012-03-21 18:58:19 +01:00
HugeAllocator.cxx HugeAllocator: new memory allocator 2013-01-04 20:38:06 +01:00
HugeAllocator.hxx HugeAllocator: new memory allocator 2013-01-04 20:38:06 +01:00
list_sort.c util/list.h: import the Linux kernel's linked list library 2012-01-24 20:49:52 +01:00
list_sort.h util/list.h: import the Linux kernel's linked list library 2012-01-24 20:49:52 +01:00
list.h util/list: make safe for C++ 2012-08-01 09:59:12 +02:00
SliceBuffer.hxx MusicBuffer: return memory to kernel when stopping playback 2013-01-04 20:48:28 +01:00