Commit graph

2 commits

Author SHA1 Message Date
Jack Wrenn
346da4a53b Fix import in reverie_memory::LocalMemory::new doctest. (#18)
Summary:
When dba0b5b9b7 moved `LocalMemory` into the standalone `reverie-memory` crate, a doctest import was not updated.

Pull Request resolved: https://github.com/facebookexperimental/reverie/pull/18

Reviewed By: VladimirMakaev

Differential Revision: D42330995

Pulled By: jasonwhite

fbshipit-source-id: 54b4d6770a1b156f09f9feb014730dcec80f32c5
2023-01-09 10:08:24 -08:00
Jason White
dba0b5b9b7 Extract MemoryAccess into separate crate
Summary: This removes the need for `safeptrace` to depend on `reverie-syscalls`, which is a somewhat heavyweight library.

Reviewed By: VladimirMakaev

Differential Revision: D41751372

fbshipit-source-id: 36f601c7f441b070cd3a0678621649c4fb12b28e
2022-12-07 18:06:56 -08:00