aboutsummaryrefslogtreecommitdiff
path: root/malloc/malloc.c
diff options
context:
space:
mode:
Diffstat (limited to 'malloc/malloc.c')
-rw-r--r--malloc/malloc.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/malloc/malloc.c b/malloc/malloc.c
index a849901..e336e38 100644
--- a/malloc/malloc.c
+++ b/malloc/malloc.c
@@ -1717,11 +1717,6 @@ static struct malloc_par mp_ =
.arena_test = NARENAS_FROM_NCORES (1)
};
-
-#define M_ARENA_TEST -7
-#define M_ARENA_MAX -8
-
-
/* Maximum size of memory handled in fastbins. */
static INTERNAL_SIZE_T global_max_fast;