mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-08-26 00:53:34 +03:00
Renaming limit_usize_gap to disable_large_size_classes
This commit is contained in:
parent
01e9ecbeb2
commit
8347f1045a
18 changed files with 78 additions and 68 deletions
|
|
@ -1730,7 +1730,7 @@ stats_general_print(emitter_t *emitter) {
|
|||
OPT_WRITE_CHAR_P("stats_interval_opts")
|
||||
OPT_WRITE_CHAR_P("zero_realloc")
|
||||
OPT_WRITE_SIZE_T("process_madvise_max_batch")
|
||||
OPT_WRITE_BOOL("limit_usize_gap")
|
||||
OPT_WRITE_BOOL("disable_large_size_classes")
|
||||
|
||||
emitter_dict_end(emitter); /* Close "opt". */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue