Tcache: Make size computation configurable.
This commit is contained in:
committed by
David Goldblatt
parent
97b7a9cf77
commit
634afc4124
@@ -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
|
||||
|
Reference in New Issue
Block a user