summaryrefslogtreecommitdiff
path: root/src/pulsecore/memblock.c
AgeCommit message (Expand)AuthorFilesLines
2012-04-17core: Fix comments.Peter Meerwald1-2/+2
2011-08-25More spelling fixesMaarten Bosmans1-1/+1
2011-08-15memblock: use built-in functionLu Guanqun1-1/+1
2011-08-15memblock: fix memory leak when pa_shm_create_rw failsLu Guanqun1-3/+3
2011-06-22Remove unnecessary #includesMaarten Bosmans1-0/+3
2011-03-18Fix up some double spacesMaarten Bosmans1-1/+1
2011-03-11Fix up according to Coding StyleMaarten Bosmans1-6/+2
2011-01-31ratelimit: fix log levels of log suppression messagesLennart Poettering1-1/+1
2009-10-28memblock: decrease tile size to 64k againLennart Poettering1-1/+1
2009-09-29module-equalizer-sink: trying new buffering strategiesJason Newton1-1/+1
2009-09-18memblock: don't try to reuse PA_MEMBLOCK_APPENDED memblocks since they usuall...Lennart Poettering1-4/+11
2009-09-18memblock: modernizationsLennart Poettering1-3/+2
2009-09-17memblock: make it easy to disable mempool usage with $PULSE_MEMPOOL_DISABLELennart Poettering1-0/+7
2009-09-06libpulse: introduce PA_BYTES_SNPRINT_MAX and make use of it wherever applicableLennart Poettering1-1/+1
2009-08-12memblock: rate limit 'Pool full' messageLennart Poettering1-1/+2
2009-07-24memblock: try to hit an assert earlier when ref counting doesn't workLennart Poettering1-9/+14
2009-07-01memblock: rearrange locking orderLennart Poettering1-17/+21
2009-04-21memtrap: hook up core to memtrap systemLennart Poettering1-0/+7
2009-03-25add simple ref counting debugging frameworkLennart Poettering1-2/+41
2009-02-18allow importing of more memory blocks than exportingLennart Poettering1-1/+1
2009-01-10show maximum usable slot sizeLennart Poettering1-2/+3
2008-10-05disable valgrind macro usage for now since valgrind generates a lot of spurio...Lennart Poettering1-7/+11
2008-10-01Make the shared memory segment size configurableLennart Poettering1-2/+16
2008-08-19add a few more gcc warning flags and fix quite a few problems found by doing soLennart Poettering1-15/+15
2008-08-18add some code to make invalid valgrind warnings go awayLennart Poettering1-1/+13
2008-06-27halve memory consumption of mempool flist, since we know we cannot have more ...Lennart Poettering1-2/+2
2008-06-27modernize hashmap implementation a bit, reduce memory consumption a bitLennart Poettering1-1/+1
2008-06-18get rid of svn $ keywordsLennart Poettering1-2/+0
2008-05-15merge glitch-free branch back into trunkLennart Poettering1-44/+56
2007-10-28merge 'lennart' branch back into trunk.Lennart Poettering1-180/+505
2007-05-27Replace AO_xxx usage with pa_atomic_xxx and friends wherever it makes senseLennart Poettering1-33/+33
2007-02-13Add copyright notices to all relevant files. (based on svn log)Pierre Ossman1-0/+3
2007-01-04Huge trailing whitespace cleanup. Let's keep the tree pure from here on,Pierre Ossman1-47/+47
2006-11-06Revert r1404 and keep it on a development branch until it is fully tested.Pierre Ossman1-390/+117
2006-09-26rework memory block management to be thread-safe and mostly lock-free.Lennart Poettering1-117/+390
2006-09-07don't maintain a list of allocated mempool slots, we don't use it anywayLennart Poettering1-6/+1
2006-08-29make pa_mempool_stat thread-safe/lock-freeLennart Poettering1-33/+34
2006-08-29modify memory block reference counting to use the new reference counting APILennart Poettering1-12/+12
2006-08-23fix typoPierre Ossman1-1/+1
2006-08-22Fix detection of page size for non-POSIX systems.Pierre Ossman1-1/+7
2006-08-19generate per-type memory block statisticsLennart Poettering1-1/+18
2006-08-18add new function pa_mempool_is_shared() to test whether a memory pool is suit...Lennart Poettering1-0/+6
2006-08-18remove all occurences of Lennart Poettering1-3/+3
2006-08-18Rework memory management to allow shared memory data transfer. The central ideaLennart Poettering1-73/+664
2006-06-19big s/polyp/pulse/gLennart Poettering1-0/+173