This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
Hi DJ,
> +/* Maximum chunks in tcache bins for tunables. This value must fit the range
> + of tcache->counts[] entries, else they may overflow. */
> +# define MAX_TCACHE_COUNT 1024
> Why an arbitrary limit?
There are diminishing returns so really large values make less sense. But I
can set it to the limit of the type if you prefer.
Wilco
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |