mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-07-26 18:47:19 +03:00
Fix duplicate opt.stats_print / opt.stats_print_opts in malloc_stats_print
This commit is contained in:
parent
d0705543e0
commit
dfe3a2ed5f
1 changed files with 0 additions and 2 deletions
|
|
@ -1839,8 +1839,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