base: make Allocator_avl::_avl_tree accessable

This hook allows the export of the allocator's state by a derrived
class. I.e., the final state of the allocator used for bootstrapping
core.

Ref #2092
This commit is contained in:
Stefan Kalkowski 2016-11-07 14:16:33 +01:00 committed by Christian Helmuth
parent 7c8281f2d6
commit a97e92c7ec
1 changed files with 2 additions and 0 deletions

View File

@ -193,6 +193,8 @@ class Genode::Allocator_avl_base : public Range_allocator
protected:
Avl_tree<Block> const & _block_tree() const { return _addr_tree; }
/**
* Clean up the allocator and detect dangling allocations
*