| commit bdfe308a166b433a841d5c9ae256560c18bce640 |
| Author: Ondřej Bílka <neleai@seznam.cz> |
| Date: Mon Feb 10 12:25:04 2014 +0100 |
| |
| Remove THREAD_STATS. |
| |
| A THREAD_STATS macro duplicates gathering information that could be |
| obtained by systemtap probes instead. |
| |
| Conflicts: |
| malloc/arena.c |
| malloc/malloc.c |
| |
| Textual conflicts due to independent malloc backports. |
| |
| diff --git a/malloc/arena.c b/malloc/arena.c |
| index f5e97fadc17ad92d..fe4ec8de614454c9 100644 |
| |
| |
| @@ -40,14 +40,6 @@ |
| mmap threshold, so that requests with a size just below that |
| threshold can be fulfilled without creating too many heaps. */ |
| |
| - |
| -#ifndef THREAD_STATS |
| -#define THREAD_STATS 0 |
| -#endif |
| - |
| -/* If THREAD_STATS is non-zero, some statistics on mutex locking are |
| - computed. */ |
| - |
| / |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |