Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
move most of runtime/vm/cow.rs over to aligned byte counts (#9652)
* move most of runtime/vm/cow.rs over to aligned byte counts As part of attempting to move some of these operations over to Mmap instances, it is nice to have type-level checking for aligned sizes. In upcoming PRs, APIs like `map_at` will be switched to using `Mmap` instances with aligned counts. There are a couple of spots where I have questions -- will flag them in review comments. * address review comments, incl workaround for #9660
- Loading branch information