Reload reads the freelist from a page and filters out pending items.
(p *common.Page)
| 61 | |
| 62 | // Reload reads the freelist from a page and filters out pending items. |
| 63 | Reload(p *common.Page) |
| 64 | |
| 65 | // NoSyncReload reads the freelist from Pgids and filters out pending items. |
| 66 | NoSyncReload(pgIds common.Pgids) |
no outgoing calls