MCPcopy
hub / github.com/junegunn/fzf / MakeSlab

Function MakeSlab

src/util/slab.go:8–12  ·  view source on GitHub ↗
(size16 int, size32 int)

Source from the content-addressed store, hash-verified

6}
7
8func MakeSlab(size16 int, size32 int) *Slab {
9 return &Slab{
10 I16: make([]int16, size16),
11 I32: make([]int32, size32)}
12}

Callers 4

scanMethod · 0.92
RunFunction · 0.92
initFunction · 0.92
NewTerminalFunction · 0.92

Calls

no outgoing calls

Tested by 1

initFunction · 0.74

Used in the wild real call sites across dependent graphs

searching dependent graphs…