jemalloc/test/analyze
David Goldblatt c085530c71 Tcache batching: Plumbing
In the next commit, we'll start using the batcher to eliminate mutex traffic.
To avoid cluttering up that commit with the random bits of busy-work it entails,
we'll centralize them here.  This commit introduces:
- A batched bin type.
- The ability to mix batched and unbatched bins in the arena.
- Conf parsing to set batches per size and a max batched size.
- mallctl access to the corresponding opt-namespace keys.
- Stats output of the above.
2024-05-22 10:30:31 -07:00
..
prof_bias.c Fix shadowed variable usage. 2021-12-23 10:55:08 -08:00
rand.c fix some typos 2022-04-25 11:29:00 -07:00
sizes.c Tcache batching: Plumbing 2024-05-22 10:30:31 -07:00