extended to perform the benchmarking on the old memchunk code if 'O' is
authorTim Janik <timj@imendio.com>
Fri, 2 Dec 2005 09:57:06 +0000 (09:57 +0000)
committerTim Janik <timj@src.gnome.org>
Fri, 2 Dec 2005 09:57:06 +0000 (09:57 +0000)
commit27312762698cb473837779b4e8dc59afdafe262c
tree2e46afee2927e1764453997989b0004394a22a04
parent8a5fb6c1be55616338ef2ce8dbf044d049f4dcbb
extended to perform the benchmarking on the old memchunk code if 'O' is

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
tests/Makefile.am
tests/memchunks.c [new file with mode: 0644]
tests/slice-test.c