Searched refs:wrap (Results 1 – 2 of 2) sorted by relevance
79 fn wrap(self) -> Arc<Self> { in wrap() method128 fn wrap(self) -> Arc<Self> { in wrap() method
1679 * 解决内存泄露的问题:mountfs inode的wrap方法使用了Arc::into_raw而没有from_raw,导致inode始终无法释放