Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/brunocalza/buffer-pool-manager
/ newCircularList
Function
newCircularList
circular_list.go:118–120 ·
view source on GitHub ↗
(maxSize int)
Source
from the content-addressed store, hash-verified
116
}
117
118
func
newCircularList(maxSize int) *circularList {
119
return
&circularList{nil, nil, 0, maxSize}
120
}
Callers
3
TestHasKey
Function · 0.85
TestSize
Function · 0.85
NewClockReplacer
Function · 0.85
Calls
no outgoing calls
Tested by
2
TestHasKey
Function · 0.68
TestSize
Function · 0.68