From 0dfa665cc1fb3cf34ef4e173effe5651d4a8497d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20B=C3=ADlka?= Date: Tue, 10 Dec 2013 19:36:28 +0100 Subject: Expand MALLOC_COPY and MALLOC_ZERO to memcpy and memset. --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 12bbfbfea5..c7b18ab22f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2013-12-10 Ondřej Bílka + + * malloc/malloc.c (MALLOC_COPY, MALLOC_ZERO): Delete. + (__malloc_assert, __libc_realloc, __libc_calloc, + _int_realloc): Expand MALLOC_COPY and MALLOC_ZERO to + memcpy and memset. + * malloc/hooks.c (realloc_check): Likewise. + 2013-12-10 Ondřej Bílka * malloc/Makefile (CPPFLAGS-malloc.c): Remove -DPER_THREAD flag. -- cgit v1.2.3