jemalloc/include
Slobodan Predolac 3c1c6ae419 Hide bin slab-locality query behind arena_locality_hint
bin_t is an arena implementation detail; tcache should not reach into
it. Extract the slab-address lookup into bin.c as bin_current_slab_addr,
and expose it to tcache only through arena_locality_hint(tsdn, arena,
szind), which composes bin_choose + bin_current_slab_addr.
2026-05-13 17:50:41 -04:00
..
jemalloc Hide bin slab-locality query behind arena_locality_hint 2026-05-13 17:50:41 -04:00
msvc_compat Reformat the codebase with the clang-format 18. 2026-03-10 18:14:33 -07:00