mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-27 06:39:22 +00:00
d452094f43
Formerly, _next was always updated to the last free'd allocation, which left large gaps on alloc/free bursts. Now, we try keep allocation density high from the start of the array and ensure that allocations happen at the lowest available index in the bit array. Fixes #3679