jemalloc/include
Carl Shapiro f07cc1a59e Move bin functions from arena.c to bin.c
This is a clean-up change that gives the bin functions implemented in
the area code a prefix of bin_ and moves them into the bin code.

To further decouple the bin code from the arena code, bin functions
that had taken an arena_t to check arena_is_auto now take an is_auto
parameter instead.
2026-03-10 16:04:56 -07:00
..
jemalloc Move bin functions from arena.c to bin.c 2026-03-10 16:04:56 -07:00
msvc_compat Reformat the codebase with the clang-format 18. 2025-06-20 14:35:15 -07:00