1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/pkg/ioutils
Brian Goff 194c72611d Fix concurrent map access in bytespipe
When getting and returning a buffer, need to make sure to syncronize
access to the pools map.

Signed-off-by: Brian Goff <cpuguy83@gmail.com>
2016-05-12 10:04:05 -04:00
..
buffer.go Improve performance/reduce allocs of bytespipe 2016-04-05 13:06:04 -04:00
buffer_test.go Improve performance/reduce allocs of bytespipe 2016-04-05 13:06:04 -04:00
bytespipe.go Fix concurrent map access in bytespipe 2016-05-12 10:04:05 -04:00
bytespipe_test.go Improve performance/reduce allocs of bytespipe 2016-04-05 13:06:04 -04:00
fmt.go
fmt_test.go
fswriters.go Safer file io for configuration files 2016-04-21 11:31:15 -07:00
fswriters_test.go Safer file io for configuration files 2016-04-21 11:31:15 -07:00
multireader.go
multireader_test.go
readers.go
readers_test.go
temp_unix.go
temp_windows.go
writeflusher.go
writers.go
writers_test.go