diff options
author | Ondřej Bílka <neleai@seznam.cz> | 2014-02-26 13:13:09 +0100 |
---|---|---|
committer | Ondřej Bílka <neleai@seznam.cz> | 2014-02-26 13:15:33 +0100 |
commit | 4248f0da6ff9e7dd63464cdecec2dec332dfc2f0 (patch) | |
tree | 1f645ac4c027603f3535fd36a6cd38cb63375169 /ChangeLog | |
parent | ade40b10ff5fa59a318cf55b9d8414b758e8df78 (diff) | |
download | glibc-4248f0da6ff9e7dd63464cdecec2dec332dfc2f0.tar glibc-4248f0da6ff9e7dd63464cdecec2dec332dfc2f0.tar.gz glibc-4248f0da6ff9e7dd63464cdecec2dec332dfc2f0.tar.bz2 glibc-4248f0da6ff9e7dd63464cdecec2dec332dfc2f0.zip |
Simplify calloc implementation.
To make future improvements of allocator simpler we could for now calloc
just call malloc and memset. With that we could omit a changes that
would duplicate malloc changes anyway.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,3 +1,7 @@ +2014-02-26 Ondřej Bílka <neleai@seznam.cz> + + * malloc/malloc.c (__libc_calloc): Simplify implementation. + 2014-02-25 Carlos O'Donell <carlos@redhat.com> [BZ #16632] |