提交 825b55e7 编写于 作者: B bjorn3

Add alloc_map accessor

上级 37428927
......@@ -603,6 +603,11 @@ pub fn leak_report(&self) -> usize {
self.dump_allocs(leaks);
n
}
/// This is used by [priroda](https://github.com/oli-obk/priroda)
pub fn alloc_map_ref(&self) -> &M::MemoryMap {
&self.alloc_map
}
}
/// Byte accessors
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册