internal/abi.MapType.SlotSize (field)
10 uses
internal/abi (current package)
map.go#L40: SlotSize uintptr // size of key/elem slot
internal/runtime/maps
group.go#L290: offset := groupSlotsOffset + i*typ.SlotSize
group.go#L297: offset := groupSlotsOffset + i*typ.SlotSize + typ.ElemOff
runtime_fast32.go#L37: slotSize := typ.SlotSize
runtime_fast32.go#L107: slotSize := typ.SlotSize
runtime_fast64.go#L37: slotSize := typ.SlotSize
runtime_fast64.go#L107: slotSize := typ.SlotSize
runtime_faststr.go#L22: slotSize := typ.SlotSize
table.go#L618: if typ.SlotSize > 32 {
reflect
map.go#L70: mt.SlotSize = slot.Size()
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)