func sync.newEntry

3 uses

	sync (current package)
		map.go#L95: func newEntry(i interface{}) *entry {
		map.go#L160: 		m.dirty[key] = newEntry(value)
		map.go#L226: 		m.dirty[key] = newEntry(value)