mirror of
https://github.com/genodelabs/genode.git
synced 2025-03-25 13:28:28 +00:00
Replace 'dump()' debug utilities within Allocator_avl with Output::print equivalents, and use the new Avl_tree::for_each utility to simplify the implementation. Ref #2159