func internal/runtime/maps.NewEmptyMap

2 uses

	internal/runtime/maps (current package)
		map.go#L322: func NewEmptyMap() *Map {

	runtime
		map_swiss.go#L53: 	return maps.NewEmptyMap()