jemalloc/include
Slobodan Predolac 35d102fa32 Encapsulate cache_bin_array_descriptor queue ops behind arena helpers
tcache.c was reaching into arena->cache_bin_array_descriptor_ql{,_mtx}
directly to register / unregister / postfork-relink its descriptor.
That queue and mutex are owned by arena, so the locking and ql_*
operations belong in arena.c.
2026-05-13 17:50:41 -04:00
..
jemalloc Encapsulate cache_bin_array_descriptor queue ops behind arena helpers 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