MCPcopy
hub / github.com/etcd-io/bbolt / ReleasePendingPages

Method ReleasePendingPages

internal/freelist/freelist.go:46–46  ·  view source on GitHub ↗

ReleasePendingPages releases any pages associated with closed read-only transactions.

()

Source from the content-addressed store, hash-verified

44
45 // ReleasePendingPages releases any pages associated with closed read-only transactions.
46 ReleasePendingPages()
47
48 // Free releases a page and its overflow for a given transaction id.
49 // If the page is already free or is one of the meta pages, then a panic will occur.

Calls

no outgoing calls