summaryrefslogtreecommitdiff
path: root/tests/memchunks.c
Commit message (Collapse)AuthorAgeFilesLines
* extended to perform the benchmarking on the old memchunk code if 'O' isTim Janik2005-12-021-0/+612
Fri Dec 2 10:55:07 2005 Tim Janik <timj@imendio.com> * tests/slice-test.c: extended to perform the benchmarking on the old memchunk code if 'O' is selected. * tests/memchunks.c: new file which contains the old GLib mem chunks implementation with prefix old_mem_chunk_. * tests/Makefile.am: added memchunks.c