From 68fc2ccc1aebc15b92e596b2bdc5605da1e25f3c Mon Sep 17 00:00:00 2001 From: Siddhesh Poyarekar Date: Wed, 26 Oct 2016 15:07:33 +0530 Subject: Remove redundant definitions of M_ARENA_* macros The M_ARENA_MAX and M_ARENA_TEST macros are defined in malloc.c as well as malloc.h, and the former is unnecessary. This patch removes the duplicate. Tested on x86_64 to verify that the generated code remains unchanged barring changed line numbers to __malloc_assert. * malloc/malloc.c (M_ARENA_TEST, M_ARENA_MAX): Remove. --- ChangeLog | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index d9dc8491c9..4db6d2c677 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2016-10-26 Siddhesh Poyarekar + * malloc/malloc.c (M_ARENA_TEST, M_ARENA_MAX): Remove. + * manual/memory.texi (M_TOP_PAD): Remove reference to sbrk. (M_TRIM_THRESHOLD): Likewise. -- cgit v1.2.3