diff options
| author | Jason Evans <je@fb.com> | 2011-11-15 01:15:59 (GMT) |
|---|---|---|
| committer | Jason Evans <je@fb.com> | 2011-11-15 01:15:59 (GMT) |
| commit | fc1bb70e5f0d9a58b39efa39cc549b5af5104760 (patch) | |
| tree | 0a77b93409638147a90c2ec49fd818789a722f42 /src/stats.c | |
| parent | d1c526d53b613474975ccd0124e3150f54a991d1 (diff) | |
| parent | 196c7b7e6d567dc5a4e9a70001e52c8b970ff318 (diff) | |
| download | jemalloc-2.2.5.zip jemalloc-2.2.5.tar.gz jemalloc-2.2.5.tar.bz2 | |
Merge branch '2_2_5_bp'2.2.5
Diffstat (limited to 'src/stats.c')
| -rw-r--r-- | src/stats.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stats.c b/src/stats.c index cbbbb5b..dc172e4 100644 --- a/src/stats.c +++ b/src/stats.c @@ -748,7 +748,7 @@ stats_print(void (*write_cb)(void *, const char *), void *cbopaque, ninitialized++; } - if (ninitialized > 1) { + if (ninitialized > 1 || unmerged == false) { /* Print merged arena stats. */ malloc_cprintf(write_cb, cbopaque, "\nMerged arenas stats:\n"); |
