mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-07-22 12:24:34 +00:00
Further optimize arena_salloc() to only look at the binind chunk map bits in the common case. Add more sanity checks to arena_salloc() that detect chunk map inconsistencies for large allocations (whether due to allocator bugs or application bugs).