Tim Janik 1bd8993451 implemented static debugging hash-tree to validate slice adresses and
Thu Dec 28 12:50:31 2006  Tim Janik  <timj@imendio.com>

        * glib/gslice.h, glib/gslice.c: implemented static debugging
        hash-tree to validate slice adresses and sizes with G_SLICE=debug-blocks.
        use abort() to exit in mem_error() to allow catching of these in gdb.
        abort programs with a descriptive error message if g_thread_init() is
        called after GSlice was in use. previously this just silently corrupted
        the magazines.

        * glib/ghash.c (struct _GHashNode): reordered fields to keep 8-byte
        pointer alignment on 64bit systems and request smaller slice sizes
        on 32bit systems.

        * tests/slice-test.c: support '~' option flag to introduce slice
        allocation/release corruption with a significant probability. this
        allowes testing of G_SLICE=debug-blocks.
2006-12-28 11:50:43 +00:00
..
2005-10-05 17:37:46 +00:00
2006-01-30 04:19:07 +00:00
2005-03-14 06:01:51 +00:00
2006-05-03 15:27:40 +00:00
2006-05-03 02:05:01 +00:00
2006-05-03 02:05:01 +00:00
2005-07-14 05:20:14 +00:00
2006-06-16 15:12:32 +00:00
2005-07-14 05:20:14 +00:00
2005-12-05 13:37:55 +00:00
2001-11-26 19:08:46 +00:00
2005-07-14 05:20:14 +00:00
2006-05-16 05:49:46 +00:00
2006-04-05 05:03:33 +00:00
2006-04-05 05:05:01 +00:00