mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-07-22 16:47:21 +03:00
HPA: Remove unused malloc_conf options.
This commit is contained in:
parent
e82771807e
commit
1e3b8636ff
5 changed files with 0 additions and 36 deletions
|
|
@ -13,10 +13,7 @@ extern bool opt_abort;
|
|||
extern bool opt_abort_conf;
|
||||
extern bool opt_confirm_conf;
|
||||
extern bool opt_hpa;
|
||||
extern size_t opt_hpa_slab_goal;
|
||||
extern size_t opt_hpa_slab_max_alloc;
|
||||
extern size_t opt_hpa_small_max;
|
||||
extern size_t opt_hpa_large_min;
|
||||
|
||||
extern size_t opt_hpa_sec_max_alloc;
|
||||
extern size_t opt_hpa_sec_max_bytes;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue