Files
glib/docs/reference/glib/tmpl
Tim Janik 6ed79b115c implement chain walking for arbitrary ->next pointer offsets in
Mon Dec  5 15:53:20 2005  Tim Janik  <timj@imendio.com>

        * glib/gslice.c: implement chain walking for arbitrary ->next pointer
        offsets in g_slice_free_chain_with_offset() based on a patch by behdad
        in bug 323178. moved time consuming logic from g_slice_free() out of
        the inner loop, so g_slice_free_chain_with_offset() provides a real
        performance benefit over g_slice_free1() now.

        * glib/gslice.h: renamed g_slice_free_chain() to
        g_slice_free_chain_with_offset(). implemented g_slice_free_chain() as
        a type-safe macro as suggested in bug 323178.
        simplified the macro implementation of g_slice_free() and implemented
        it in a type safe manner for all compliers as suggested by Morten
        Welinder <mortenw@gnome.org>.

        * glib/gmain.c:
        * glib/glist.c:
        * glib/gslist.c:
        * glib/glib.symbols: s/g_slice_free_chain/g_slice_free_chain_with_offset/
2005-12-05 15:01:27 +00:00
..
2005-12-05 06:01:10 +00:00
2005-05-01 21:20:20 +00:00
2005-11-17 21:33:07 +00:00
2005-08-10 10:56:46 +00:00
2005-06-30 21:01:58 +00:00
2005-11-17 21:33:07 +00:00
2005-12-05 06:01:10 +00:00
2005-12-05 06:01:10 +00:00
2005-12-05 06:01:10 +00:00
2005-06-30 21:01:58 +00:00
2005-08-06 03:40:07 +00:00
2005-11-17 21:33:07 +00:00
2005-06-10 15:48:25 +00:00
2005-12-05 06:01:10 +00:00
2005-11-17 21:33:07 +00:00
2005-08-03 20:24:18 +00:00