summaryrefslogtreecommitdiff
path: root/src/tests/memblock-test.c
AgeCommit message (Expand)AuthorFilesLines
2016-04-02pulsecore: Specially mark global mempoolsAhmed S. Darwish1-3/+3
2016-04-02memimport: Support memfd blocksAhmed S. Darwish1-4/+5
2016-04-02pulsecore: Transform pa_mempool_new() into a factory methodAhmed S. Darwish1-3/+3
2016-04-02pulsecore: Reference count mempoolsAhmed S. Darwish1-3/+3
2015-01-14update FSF addresses to FSF web pageOndrej Holecek1-3/+1
2014-06-27tests: Adapt memblock-test to changed pa_memimport_get()Peter Meerwald1-2/+2
2013-07-04Remove pa_bool_t and replace it with bool.poljar (Damir Jelić)1-3/+3
2012-08-20tests: modify memblock-test to use 'check' frameworkDeng Zhengrong1-18/+39
2011-11-02tests: More useful output of make checkMaarten Bosmans1-22/+27
2011-08-25More spelling fixesMaarten Bosmans1-2/+2
2009-03-03Use LGPL 2.1 on all files previously using LGPL 2Colin Guthrie1-1/+1
2008-10-01Make the shared memory segment size configurableLennart Poettering1-3/+3
2008-06-18get rid of svn $ keywordsLennart Poettering1-2/+0
2007-10-28merge 'lennart' branch back into trunk.Lennart Poettering1-15/+27
2007-05-27Replace AO_xxx usage with pa_atomic_xxx and friends wherever it makes senseLennart Poettering1-14/+14
2007-01-04Huge trailing whitespace cleanup. Let's keep the tree pure from here on,Pierre Ossman1-18/+18
2006-11-06Revert r1404 and keep it on a development branch until it is fully tested.Pierre Ossman1-16/+4
2006-09-26rework memory block management to be thread-safe and mostly lock-free.Lennart Poettering1-4/+16
2006-08-29make pa_mempool_stat thread-safe/lock-freeLennart Poettering1-10/+10
2006-08-18add new test memblock-test for testing SHM import/exportLennart Poettering1-0/+164