applied patch from Soeren Sandmann <sandmann@daimi.au.dk>, to force mem
authorTim Janik <timj@gtk.org>
Fri, 17 Sep 1999 09:02:48 +0000 (09:02 +0000)
committerTim Janik <timj@src.gnome.org>
Fri, 17 Sep 1999 09:02:48 +0000 (09:02 +0000)
commitddfc68fc98bd688024d7c4b10655e553f1f31857
tree75807921b6dc6f8b26b482ecde794729e4add533
parent2a6f3bd69a67e6ddfbda480783f3d36ea658b032
applied patch from Soeren Sandmann <sandmann@daimi.au.dk>, to force mem

Fri Sep 17 10:24:45 1999  Tim Janik  <timj@gtk.org>

        * gmem.c (g_mem_chunk_compute_size) (g_mem_chunk_new): applied patch
        from Soeren Sandmann <sandmann@daimi.au.dk>, to force mem chunk's area
        sizes to be a multitiple of atom_size, and to eliminate the MAX_MEM_AREA
        restriction of 65536 bytes. we also catch cases where users pass an area
        size < atom size with a return_if_fail statement now (which is ok,
        because previously this lead to memory corruption anyways).
ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-12
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
glib/gmem.c
gmem.c