| 70 | #endif |
| 71 | |
| 72 | void |
| 73 | shared_page_write(int base, int size, const void *data) |
| 74 | { |
| 75 | |
| 76 | bcopy(data, shared_page_mapping + base, size); |
| 77 | } |
| 78 | |
| 79 | static int |
| 80 | shared_page_alloc_locked(int size, int align) |
no outgoing calls
no test coverage detected