NoSyncReload reads the freelist from Pgids and filters out pending items.
(pgIds common.Pgids)
| 64 | |
| 65 | // NoSyncReload reads the freelist from Pgids and filters out pending items. |
| 66 | NoSyncReload(pgIds common.Pgids) |
| 67 | |
| 68 | // freePageIds returns the IDs of all free pages. Returns an empty slice if no free pages are available. |
| 69 | freePageIds() common.Pgids |