diff options
Diffstat (limited to 'src/or/main.c')
-rw-r--r-- | src/or/main.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/main.c b/src/or/main.c index e252383074..8bedd71b86 100644 --- a/src/or/main.c +++ b/src/or/main.c @@ -1542,6 +1542,7 @@ dumpmemusage(int severity) U64_PRINTF_ARG(rephist_total_alloc), rephist_total_num); dump_routerlist_mem_usage(severity); dump_cell_pool_usage(severity); + buf_dump_freelist_sizes(severity); } /** Write all statistics to the log, with log level 'severity'. Called |