mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-11 21:45:37 +00:00
After reverting unused ranges during allocator destruction '_meta_data.free_empty_blocks' may lead to more unused ranges because meta data blocks maybe freed where the meta data for the blocks is managed by other meta data blocks. This leads to dangling allocation warnings which are caused by meta data. Therefore, we call '_revert_unused_ranges' and 'free_empty_blocks' until no more ranges can be freed. issue #4466
This directory contains all source codes.