diff --git a/repos/base/include/base/allocator_avl.h b/repos/base/include/base/allocator_avl.h index a378bf87dd..54b614e003 100644 --- a/repos/base/include/base/allocator_avl.h +++ b/repos/base/include/base/allocator_avl.h @@ -193,6 +193,8 @@ class Genode::Allocator_avl_base : public Range_allocator protected: + Avl_tree const & _block_tree() const { return _addr_tree; } + /** * Clean up the allocator and detect dangling allocations *