mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-06 13:54:21 +00:00
In larger small buckets, the comptime logic that computed slot count did not verify that the number it produced was valid. Now it verifies it, which made this bug into a compile error. Then I fixed the bug by introducing a "minimum slots per bucket" declaration. |
||
|---|---|---|
| .. | ||
| arena_allocator.zig | ||
| FixedBufferAllocator.zig | ||
| general_purpose_allocator.zig | ||
| memory_pool.zig | ||
| PageAllocator.zig | ||
| sbrk_allocator.zig | ||
| ThreadSafeAllocator.zig | ||
| WasmAllocator.zig | ||