mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-23 15:32:25 +00:00
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:
parent
7c8281f2d6
commit
a97e92c7ec
@ -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
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user