diff options
| author | Ondřej Bílka <neleai@seznam.cz> | 2013-12-10 19:36:28 +0100 |
|---|---|---|
| committer | Ondřej Bílka <neleai@seznam.cz> | 2013-12-10 19:36:28 +0100 |
| commit | 0dfa665cc1fb3cf34ef4e173effe5651d4a8497d (patch) | |
| tree | 02fa3ed5599d0e3d9c4096975f175ef4a638812a /ChangeLog | |
| parent | 5782a80f9f8ca86899b30161166f044b0b6b8590 (diff) | |
| download | glibc-0dfa665cc1fb3cf34ef4e173effe5651d4a8497d.tar.xz glibc-0dfa665cc1fb3cf34ef4e173effe5651d4a8497d.zip | |
Expand MALLOC_COPY and MALLOC_ZERO to memcpy and memset.
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,5 +1,13 @@ 2013-12-10 Ondřej Bílka <neleai@seznam.cz> + * 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 <neleai@seznam.cz> + * malloc/Makefile (CPPFLAGS-malloc.c): Remove -DPER_THREAD flag. * malloc/arena.c: Remove PER_THREAD conditional. [!PER_THREAD]: Remove code. |
