mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-06-03 18:54:16 +03:00
Add a runtime option opt_experimental_tcache_gc to guard the new design
This commit is contained in:
parent
9e123a833c
commit
f68effe4ac
4 changed files with 9 additions and 0 deletions
|
|
@ -1600,6 +1600,7 @@ stats_general_print(emitter_t *emitter) {
|
|||
OPT_WRITE_BOOL("utrace")
|
||||
OPT_WRITE_BOOL("xmalloc")
|
||||
OPT_WRITE_BOOL("experimental_infallible_new")
|
||||
OPT_WRITE_BOOL("experimental_tcache_gc")
|
||||
OPT_WRITE_SIZE_T("max_batched_size")
|
||||
OPT_WRITE_SIZE_T("remote_free_max")
|
||||
OPT_WRITE_SIZE_T("remote_free_max_batch")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue