summaryrefslogtreecommitdiffstats
path: root/src/pulsecore/memblock.c
Commit message (Expand)AuthorAgeFilesLines
* drop a couple of WARNING prefixes in log messages, since we have pa_log_warn ...Lennart Poettering2007-09-171-1/+1
* use priority inheritance on mutexes where applicableLennart Poettering2007-09-171-6/+10
* add new API pa_mempool_block_size_max() to query the maximum tile sizeLennart Poettering2007-09-161-1/+8
* remaining s/assert/pa_assert/ and refcnt.h modernizationsLennart Poettering2007-09-111-1/+0
* fix an assert when runnig module-oss in record only-mode. optimize allocation...Lennart Poettering2007-09-061-9/+22
* add new API pa_memblock_will_need() and make use of PA_PAGE_SIZE macroLennart Poettering2007-09-021-13/+19
* add new function pa_memblock_ref_is_one()Lennart Poettering2007-08-301-0/+12
* fix a bad memory access when destructing pa_memimportsLennart Poettering2007-08-231-3/+4
* 64 bit fixes and minor gcc shut upsLennart Poettering2007-08-121-1/+1
* protect memimpors with a recursive mutex to avoid deadlock when shutting downLennart Poettering2007-08-091-1/+1
* reverse order flist destruction and mempool allocation warningLennart Poettering2007-07-261-1/+2
* drop chunk argument from various drop() functions, since it doesn't make any ...Lennart Poettering2007-07-251-3/+3
* s/assert/pa_assert/g; make use of static flist for memblock allocation where ...Lennart Poettering2007-07-131-107/+122
* Fix concurrency bug when turning memblock into a local memblockLennart Poettering2007-07-131-3/+3
* Merge HUGE set of changes temporarily into a branch, to allow me to move them...Lennart Poettering2007-06-111-80/+347
* Replace AO_xxx usage with pa_atomic_xxx and friends wherever it makes senseLennart Poettering2007-05-271-33/+33
* Add copyright notices to all relevant files. (based on svn log)Pierre Ossman2007-02-131-0/+3
* Huge trailing whitespace cleanup. Let's keep the tree pure from here on,Pierre Ossman2007-01-041-47/+47
* Revert r1404 and keep it on a development branch until it is fully tested.Pierre Ossman2006-11-061-390/+117
* rework memory block management to be thread-safe and mostly lock-free.Lennart Poettering2006-09-261-117/+390
* don't maintain a list of allocated mempool slots, we don't use it anywayLennart Poettering2006-09-071-6/+1
* make pa_mempool_stat thread-safe/lock-freeLennart Poettering2006-08-291-33/+34
* modify memory block reference counting to use the new reference counting APILennart Poettering2006-08-291-12/+12
* fix typoPierre Ossman2006-08-231-1/+1
* Fix detection of page size for non-POSIX systems.Pierre Ossman2006-08-221-1/+7
* generate per-type memory block statisticsLennart Poettering2006-08-191-1/+18
* add new function pa_mempool_is_shared() to test whether a memory pool is suit...Lennart Poettering2006-08-181-0/+6
* remove all occurences of Lennart Poettering2006-08-181-3/+3
* Rework memory management to allow shared memory data transfer. The central ideaLennart Poettering2006-08-181-73/+664
* big s/polyp/pulse/gLennart Poettering2006-06-191-0/+173