Add a runtime option opt_experimental_tcache_gc to guard the new design

This commit is contained in:
Shirui Cheng 2024-08-12 16:15:46 -07:00 committed by Qi Wang
parent 9e123a833c
commit f68effe4ac
4 changed files with 9 additions and 0 deletions

View file

@ -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")