(p *common.Page)
| 214 | } |
| 215 | |
| 216 | func (t *shared) Reload(p *common.Page) { |
| 217 | t.Read(p) |
| 218 | t.NoSyncReload(t.freePageIds()) |
| 219 | } |
| 220 | |
| 221 | func (t *shared) NoSyncReload(pgIds common.Pgids) { |
| 222 | // Build a cache of only pending pages. |
nothing calls this directly
no test coverage detected