| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 61f72d8 commit 2b0d301
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -11,7 +11,7 @@ The public API is defined in [`src/lib.rs`](src/lib.rs). | |||
| 11 | 11 | | API | Contract | | |
| 12 | 12 | | ----------------- | ---------------------------------------------------------------------------------- | | |
| 13 | 13 | | `create(size)` | Creates a non-empty mapping and returns its unique owner. | | |
| 14 | - | `open(id)` | Opens another view and derives its size from the operating-system mapping. | | ||
| 14 | + | `open(id)` | Opens another view of the mapping identified by `id`. | | ||
| 15 | 15 | | `Shm::id()` | Returns the identifier to send to another process. | | |
| 16 | 16 | | `Shm::len()` | Returns the mapped size. | | |
| 17 | 17 | | `Shm::as_ptr()` | Returns a mutable raw pointer to the first byte. | | |
| Back | FazBrowse Home | New Git URL |
0 commit comments