diff options
author | Not Zed <NotZed@Ximian.com> | 2001-02-08 11:19:37 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2001-02-08 11:19:37 +0800 |
commit | fc1cb88c1411eb6f08e95a7f3bd4b207be9f974f (patch) | |
tree | 989f1ef9cdae618caad372f526ac5f45d658be44 /e-util/ChangeLog | |
parent | 490ce976f17994b2e68f35ce878c247ed84e5865 (diff) | |
download | gsoc2013-evolution-fc1cb88c1411eb6f08e95a7f3bd4b207be9f974f.tar gsoc2013-evolution-fc1cb88c1411eb6f08e95a7f3bd4b207be9f974f.tar.gz gsoc2013-evolution-fc1cb88c1411eb6f08e95a7f3bd4b207be9f974f.tar.bz2 gsoc2013-evolution-fc1cb88c1411eb6f08e95a7f3bd4b207be9f974f.tar.lz gsoc2013-evolution-fc1cb88c1411eb6f08e95a7f3bd4b207be9f974f.tar.xz gsoc2013-evolution-fc1cb88c1411eb6f08e95a7f3bd4b207be9f974f.tar.zst gsoc2013-evolution-fc1cb88c1411eb6f08e95a7f3bd4b207be9f974f.zip |
Changed to allocate raw blocks for the data, and keep track of them with
2001-02-08 Not Zed <NotZed@Ximian.com>
* e-memory.c (EMemChunk): Changed to allocate raw blocks for the
data, and keep track of them with an array, this is so the native
malloc alignment is not lost at the allocation stage.
svn path=/trunk/; revision=8100
Diffstat (limited to 'e-util/ChangeLog')
-rw-r--r-- | e-util/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/e-util/ChangeLog b/e-util/ChangeLog index 480b2f7ace..797ea0a5ea 100644 --- a/e-util/ChangeLog +++ b/e-util/ChangeLog @@ -1,3 +1,9 @@ +2001-02-08 Not Zed <NotZed@Ximian.com> + + * e-memory.c (EMemChunk): Changed to allocate raw blocks for the + data, and keep track of them with an array, this is so the native + malloc alignment is not lost at the allocation stage. + 2001-01-30 Not Zed <NotZed@Ximian.com> * e-msgport.c (e_thread_destroy): Turn on joining of cancelled threads. |