mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-05-27 19:14:59 -04:00
1754e014f5
* slab length reduced to 64K * track freelist length with u8s * on free(), rotate if freelist length exceeds max_freelist_len Prevents memory leakage in the scenario where one thread only allocates and another thread only frees.