mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-08-24 16:13:38 +03:00
Switch from opt.lg_tcache_max to opt.tcache_max
Though for convenience, keep parsing lg_tcache_max.
This commit is contained in:
parent
5ba861715a
commit
c8209150f9
7 changed files with 47 additions and 32 deletions
|
|
@ -2,7 +2,7 @@
|
|||
#define JEMALLOC_INTERNAL_TCACHE_EXTERNS_H
|
||||
|
||||
extern bool opt_tcache;
|
||||
extern ssize_t opt_lg_tcache_max;
|
||||
extern size_t opt_tcache_max;
|
||||
extern ssize_t opt_lg_tcache_nslots_mul;
|
||||
extern unsigned opt_tcache_nslots_small_min;
|
||||
extern unsigned opt_tcache_nslots_small_max;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue