Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/etcd-io/bbolt
/ NewArrayFreelist
Function
NewArrayFreelist
internal/freelist/array.go:101–108 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
99
}
100
101
func
NewArrayFreelist() Interface {
102
a := &array{
103
shared: newShared(),
104
ids: []common.Pgid{},
105
}
106
a.Interface = a
107
return
a
108
}
Callers
6
TestTx_allocatePageStats
Function · 0.92
TestFreelistArray_allocate
Function · 0.85
TestInvalidArrayAllocation
Function · 0.85
newTestArrayFreelist
Function · 0.85
TestFreelist_E2E_SerDe_AcrossImplementations
Function · 0.85
newTestFreelist
Function · 0.85
Calls
1
newShared
Function · 0.85
Tested by
6
TestTx_allocatePageStats
Function · 0.74
TestFreelistArray_allocate
Function · 0.68
TestInvalidArrayAllocation
Function · 0.68
newTestArrayFreelist
Function · 0.68
TestFreelist_E2E_SerDe_AcrossImplementations
Function · 0.68
newTestFreelist
Function · 0.68