From 4248f0da6ff9e7dd63464cdecec2dec332dfc2f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20B=C3=ADlka?= Date: Wed, 26 Feb 2014 13:13:09 +0100 Subject: 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. --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index e6246ea1ff..beb359848c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2014-02-26 Ondřej Bílka + + * malloc/malloc.c (__libc_calloc): Simplify implementation. + 2014-02-25 Carlos O'Donell [BZ #16632] -- cgit v1.2.3