Write writes the freelist into the given page.
(page *common.Page)
| 10 | |
| 11 | // Write writes the freelist into the given page. |
| 12 | Write(page *common.Page) |
| 13 | |
| 14 | // EstimatedWritePageSize returns the size in bytes of the freelist after serialization in Write. |
| 15 | // This should never underestimate the size. |
no outgoing calls