| 1384 | // we corrupt that instead for arbitrary read/write. pipe.pipe_map will be |
| 1385 | // clobbered with zeros but that's okay |
| 1386 | class KernelMemory { |
| 1387 | constructor(main_sd, worker_sd, pipes, pipe_addr) { |
| 1388 | this.main_sd = main_sd; |
| 1389 | this.worker_sd = worker_sd; |
nothing calls this directly
no outgoing calls
no test coverage detected