freePageIds returns the IDs of all free pages. Returns an empty slice if no free pages are available.
()
| 67 | |
| 68 | // freePageIds returns the IDs of all free pages. Returns an empty slice if no free pages are available. |
| 69 | freePageIds() common.Pgids |
| 70 | |
| 71 | // pendingPageIds returns all pending pages by transaction id. |
| 72 | pendingPageIds() map[common.Txid]*txPending |
no outgoing calls