提交 f46e3ba3 编写于 作者: B bjorn3

Rename alloc_map_ref to alloc_map

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