mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-29 15:44:02 +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
This directory contains include files of interfaces that are exported by components to be used by other components. Each subdirectory corresponds to the component exporting the interface.