Freed returns whether a given page is in the free list.
(pgId common.Pgid)
| 51 | |
| 52 | // Freed returns whether a given page is in the free list. |
| 53 | Freed(pgId common.Pgid) bool |
| 54 | |
| 55 | // Rollback removes the pages from a given pending tx. |
| 56 | Rollback(txId common.Txid) |
no outgoing calls