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

@ -29,6 +29,7 @@ extern void (*JET_MUTABLE invalid_conf_abort)(void);
extern bool opt_utrace;
extern bool opt_xmalloc;
extern bool opt_experimental_infallible_new;
extern bool opt_experimental_tcache_gc;
extern bool opt_zero;
extern unsigned opt_narenas;
extern zero_realloc_action_t opt_zero_realloc_action;