diff options
author | Not Zed <NotZed@HelixCode.com> | 2000-11-21 12:01:10 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2000-11-21 12:01:10 +0800 |
commit | 4639aa999e0776b02651412ab12ded8f0c35669c (patch) | |
tree | 55f9e49623a93f9ad3ad6a1a7478b9ad248db96c /e-util/ChangeLog | |
parent | 7ea24b0cb12e396794284da34762c508bce472d8 (diff) | |
download | gsoc2013-evolution-4639aa999e0776b02651412ab12ded8f0c35669c.tar.gz gsoc2013-evolution-4639aa999e0776b02651412ab12ded8f0c35669c.tar.zst gsoc2013-evolution-4639aa999e0776b02651412ab12ded8f0c35669c.zip |
New function to allocate a zero'd out chunk.
2000-11-21 Not Zed <NotZed@HelixCode.com>
* e-memory.c (e_memchunk_alloc0): New function to allocate a
zero'd out chunk.
svn path=/trunk/; revision=6624
Diffstat (limited to 'e-util/ChangeLog')
-rw-r--r-- | e-util/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/e-util/ChangeLog b/e-util/ChangeLog index 65cd11ae63..2fbb4631a2 100644 --- a/e-util/ChangeLog +++ b/e-util/ChangeLog @@ -1,3 +1,8 @@ +2000-11-21 Not Zed <NotZed@HelixCode.com> + + * e-memory.c (e_memchunk_alloc0): New function to allocate a + zero'd out chunk. + 2000-11-20 Not Zed <NotZed@HelixCode.com> * e-memory.[ch]: New routines for fast memory management and |