You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In #141, I noticed that we need to track the lifetime of a PAddr object which references to OwnedPages. It's problematic because it lead to memory leaks or nasty use-after-free bugs. In this issue, I'll replace PAddr and VAddr as:
In #141, I noticed that we need to track the lifetime of a
PAddr
object which references toOwnedPages
. It's problematic because it lead to memory leaks or nasty use-after-free bugs. In this issue, I'll replacePAddr
andVAddr
as:The text was updated successfully, but these errors were encountered: