jemalloc/include
David Goldblatt fc615739cb Add batching to arena bins.
This adds a fast-path for threads freeing a small number of allocations to
bins which are not their "home-base" and which encounter lock contention in
attempting to do so. In producer-consumer workflows, such small lock hold times
can cause lock convoying that greatly increases overall bin mutex contention.
2024-05-22 10:30:31 -07:00
..
jemalloc Add batching to arena bins. 2024-05-22 10:30:31 -07:00
msvc_compat Remove trailing whitespace 2023-06-23 11:58:18 -07:00