go.etcd.io/bbolt.freelist.addSpan (method)

5 uses

	go.etcd.io/bbolt (current package)
		freelist_hmap.go#L51: 			f.addSpan(pid+pgid(n), remain)
		freelist_hmap.go#L122: 	f.addSpan(newStart, newSize)
		freelist_hmap.go#L125: func (f *freelist) addSpan(start pgid, size uint64) {
		freelist_hmap.go#L167: 			f.addSpan(start, size)
		freelist_hmap.go#L176: 		f.addSpan(start, size)