mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-07-18 14:47:18 +03:00
Fix duplicate opt.stats_print / opt.stats_print_opts in malloc_stats_print
This commit is contained in:
parent
8361239b03
commit
bee1cf46a8
1 changed files with 0 additions and 2 deletions
|
|
@ -1840,8 +1840,6 @@ stats_general_print(emitter_t *emitter) {
|
|||
OPT_WRITE_BOOL("prof_leak_error")
|
||||
OPT_WRITE_BOOL("stats_print")
|
||||
OPT_WRITE_CHAR_P("stats_print_opts")
|
||||
OPT_WRITE_BOOL("stats_print")
|
||||
OPT_WRITE_CHAR_P("stats_print_opts")
|
||||
OPT_WRITE_INT64("stats_interval")
|
||||
OPT_WRITE_CHAR_P("stats_interval_opts")
|
||||
OPT_WRITE_CHAR_P("zero_realloc")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue