mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-04-14 14:41:42 +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
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue