mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-07-15 21:27:18 +03:00
Tcache: Make size computation configurable.
This commit is contained in:
parent
97b7a9cf77
commit
634afc4124
3 changed files with 52 additions and 15 deletions
|
|
@ -3,6 +3,7 @@
|
|||
|
||||
extern bool opt_tcache;
|
||||
extern ssize_t opt_lg_tcache_max;
|
||||
extern ssize_t opt_lg_tcache_nslots_mul;
|
||||
|
||||
/*
|
||||
* Number of tcache bins. There are SC_NBINS small-object bins, plus 0 or more
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue