Files
Ryan Liptak 4f7170f8a3 BrkAllocator: Fix big_size_class_count holding the max index rather than count
Attempting to allocate > (1 GiB - @sizeOf(usize)) would previously hit index out-of-bounds due to the slot index coming out to 15 which is the same as the length of the big_frees array. The log2 gives the max index, not the count, so it needs the +1.
2026-06-03 02:24:15 +02:00
..
2026-05-25 18:32:36 -07:00
2026-02-12 13:14:51 -08:00