diff options
Diffstat (limited to 'malloc/arena.c')
-rw-r--r-- | malloc/arena.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/malloc/arena.c b/malloc/arena.c index 7270bbe926..06bdd77d23 100644 --- a/malloc/arena.c +++ b/malloc/arena.c @@ -778,7 +778,7 @@ get_free_list (void) return result; } -/* Lock and return an arena that can be reused for memory allocation. +/* Lock and return an arena that can be reused for memory allocation. Avoid AVOID_ARENA as we have already failed to allocate memory in it and it is currently locked. */ static mstate |