CVSROOT: /cvs/gnome Module name: glib Changes by: timj 05/12/01 11:34:33
Modified files: . : ChangeLog configure.in glib : Makefile.am glib.symbols gmem.c gmem.h gmessages.c gthread.c gthread.h gthreadinit.h tests : Makefile.am Added files: glib : gslice.c gslice.h tests : slice-test.c Log message: Thu Dec 1 17:32:46 2005 Tim Janik <[EMAIL PROTECTED]> * glib/gslice.[hc]: new slice allocator implementation. * tests/slice-test.c: added random slice allocation test. * glib/gthread.[hc]: removed newly added private thread mem API. * glib/gthreadinit.h: * glib/gmessages.c: * glib/gthread.c: * glib/gmem.c: divided glib threading initialisation into three phases, initialisation where private keys and messaging are not available (only needed by gmem.c), initialisation without messaging but private keys available (gslice.c, gmessage.c), and full fledged initialisers that server the rest of glib. initialisation functions got renamed to reflect the limitations of their corresponding phases. * glib/gmem.c: removed memchunk code, defer allocations to g_slice_* instead. * glib/gmem.[hc]: removed g_slice_* skeletons. * glib/glib.symbols: added g_slice_* symbols. * configure.in: check for availability of posix_memalign(3), memalign(3) and valloc(3). * glib/Makefile.am: added gslice.[hc]. URL : http://cvs.gnome.org/bonsai/cvsquery.cgi?branch=&dir=glib&who=timj&date=explicit&mindate=2005-12-01%2011:33&maxdate=2005-12-01%2011:35 _______________________________________________ cvs-commits-list mailing list cvs-commits-list@gnome.org http://mail.gnome.org/mailman/listinfo/cvs-commits-list