| 66 | } |
| 67 | |
| 68 | type poolSlice struct { |
| 69 | rng Range // The memory range of the slice. |
| 70 | writes poolWriteList // The list of writes to the pool when this slice was created. |
| 71 | } |
| 72 | |
| 73 | const ( |
| 74 | // ApplicationPool is the PoolID of Pool representing the application's memory |
nothing calls this directly
no outgoing calls
no test coverage detected