Home
last modified time | relevance | path

Searched refs:wrap (Results 1 – 2 of 2) sorted by relevance

/DragonOS/kernel/src/filesystem/vfs/
H A Dmount.rs79 fn wrap(self) -> Arc<Self> { in wrap() method
128 fn wrap(self) -> Arc<Self> { in wrap() method
/DragonOS/docs/community/ChangeLog/V0.1.x/
H A DV0.1.9.md1679 * 解决内存泄露的问题:mountfs inode的wrap方法使用了Arc::into_raw而没有from_raw,导致inode始终无法释放